Docker newbie here trying to get a build environment working in a container with a NFS mount and not sure if this is doable?
Would this be the right thing to run so that the container would have continual access to the NFS mount within the container?
docker run -itv "NFS mount:container mount location" "container id"
Thanks in advance.