-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
File volumes are broken for docker 1.4.0 #723
Comments
Experiencing the same. |
Same here |
Same here, too |
Yep, This issue breaks lots of things in our project. I have had to stop using fig after I upgraded to v1.4 and instead use raw |
Not a change I'm able to stop using fig easily, it's part of the developer team stack here. We downgraded to docker 1.3.3 |
Hello, Same problem here... and find why with inspect command... fig is filling config/volumes with for example : On the Binds part... he is adding :rw... no the cause of the problem here, but it's not what i'm asking in my fig.yml (external_mount:container_mount:rw, but my file is external_mount:container_mount) On the last part... Volumes part... we have a full local mounts : I'm moving to crane (https://github.com/michaelsauter/crane) and wait for a full integration in docker (compose). |
Yep, same here. Downgrading to 1.3.3 fixes it. |
See moby/moby#9628 I would guess it will be fixed in docker 1.4.1. I think we can fix it in fig as well. |
👍 also experiencing it. Hoping for a fix.. Downgrading to 1.3.3 helps |
Fix is in moby/moby#9631 |
Yes, this is a docker bug and will be fixed ASAP. Sorry. This got "deprecated" but was not the case as deprecating this part breaks critical aspects of docker as you can see for third party clients. Won't happen again. |
FYI, I don't think you all need to fix this in fig, it's not deprecated and will not be. |
We merged the fix and you can test with binaries found on: We are also staging a release for this fix here: |
I had the exact same problem and compiled in with this fix which worked for me |
v1.4.1 is out now, confirmed it fixed this issue on my machine |
Thanks for confirming and yes, docker 1.4.1 is out with the fix |
Then I don't understand why mine isn't working if 1.4.1 is supposed to have fixed the issue. I have upgraded from docker v1.10 --> 1.4.1 (build 5bc2ff8). with fig 1.0.1 on ubuntu 14.10. And the volumes don't mount for me. I upgraded my docker to 1.4.1 from this apt repo: |
Do you "fig rm" you containers before "fig up"ing them again ? |
@morvans No. I was not aware being such a new user. Thank you so much! After doing
|
You wouldn't actually have to fig rm your existing containers if we could manage to eradicate #622... |
Thanks a lot @morvans. I was experiencing the same problem than @dreamcat4 and you made me win a lot of time figuring what the hell was happening. ^^ |
Fig will mount empty directory instead of file with docker > 1.3.3
The text was updated successfully, but these errors were encountered: