-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker host volumes #94
Comments
I'm an idiot. The issue is that the host is not my OS X box but my CoreOS VM. |
Wait, that's not totally true either because the CoreOS VM mounts this. But...I do think I read somewhere that Docker mounts and NFS do not play nicely so it would seem that is the issue. I verified this (to a degree) by mounting a non-NFS directory in the CoreOS VM and it works as expected. |
I'm reopening this because I want to get your opinion on installing a Docker Volume Plugin to allow this: http://netshare.containx.io/docs/getting-started |
yes, docker sucks with NFS volumes in our case. never tried that |
I just ran into this again trying to build
Following the "Updating Kubernetes" section of |
By the way, I'm not looking to leave |
@whitlockjc sorry been away for the conference, and too busy this week. |
If you've got an example, that would be cool. If not, I'll figure it out. |
usually I trigger code copying with |
Have you tried using
docker run
with a host volume? Within the docker container, the container directory is there but the contents are always empty. Here is an example:What I expect is this:
This could be a Docker question but from what I can tell, it should work and I'm using the right syntax. Maybe my system needs a reboot...
The text was updated successfully, but these errors were encountered: