NFS or stock picker with docker

Docker newbie here is trying to get a build environment running in an NFS mount container and not sure if this is doable?

Will this work correctly so that the container has permanent access to the NFS monster in the container?

docker run -itv "NFS mount: container location" "container id"

Thanks in advance.

+4
source share
1 answer

I see the same problem with docker 1.3.2. A mounted nfs volume shows only one subdirectory, and file creation does not appear there on the nfs share. Instead, it appears on the local file system. This can be seen after unmounting share nfs.

1.1.2 1.4.1 , , .

: 1.4.1

+1

All Articles