Not able to expose mount point(in house File system) data from CoreOS container to Centos container

Hi All,

We have ported our in house file system(let say X) to the CoreOS container. I wanted to run my test automation suite there, but my test automation suite can run only on CentOS env since it requires so many packages(like rsh, rdist, elfutils-libelf-devel, cloog-ppl, libaio-devel etc).

So I started one Centos container and thought of sharing DataVolume from a CoreOS container to Centos conatiner. But I am not able to expose mount point(in house File system) data from Coreos container to CentOS container.

Could you please help me whether its correct solution for running my automation suite. If yes please help me out in exposing mount point data from one container to another. Also I tried with bind mount on shared DataVolume but I didn’t work.

Thanks,
Rachit