-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Revert #711 from dnephin/fix_volumes_on_recreate #863
Conversation
LGTM |
Revert #711 from dnephin/fix_volumes_on_recreate
@dnephin Wercker is very solidly stuck at a single Docker version, unfortunately. What we can do is get Fig tested on Docker's Jenkins instance. That'll let us test on Windows and other cool things like that. |
@dnephin Please let me know if you need any help on this. Also would be a great help to test and make sure the Docker 1.5 RC is working! |
Thanks @cpuguy83 I'm working on this in #858 I tried to reproduce with docker cli, but was not able to reproduce the error https://gist.github.com/dnephin/e584a7741a514d631632 Next step is to send the requests through mitmproxy to find out why they are different (I believe they should be the same). I was informed the docker cli doesn't support proxy settings until 1.5 anyway, so I'll have to try with 1.5 |
@dnephin This is probably because the CLI does everything on the create endpoint. |
Oh, from the docker-py docs I wasn't aware that was possible, but that makes a lot of sense. Does it get passed as |
I think @shin- Added this to docker-py recently. So it still looks the same, except the start options are nested within the main contianer config as HostConfig. This should look like the |
Ok I should have looked at the official API docs instead of just the docker-py source. I'll try that. |
We do support Binds, but you're looking in the wrong place :) Let me know if I can help! |
…nges Revert docker#711 from dnephin/fix_volumes_on_recreate Signed-off-by: Yuval Kohavi <yuval.kohavi@gmail.com>
Turns out this needs more testing.
There are some significant differences between docker 1.2 and 1.4.1 that aren't handled properly.
It would be awesome if we could setup wercker to test against at least a couple different versions of dockerd.