Uh oh!
There was an error while loading. Please reload this page.
Revert #711 from dnephin/fix_volumes_on_recreate - #863
Conversation
aanand
commented
Jan 20, 2015
LGTM |
Revert #711 from dnephin/fix_volumes_on_recreate
bfirsh
commented
Jan 26, 2015
@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. |
cpuguy83
commented
Jan 26, 2015
@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! |
dnephin
commented
Jan 26, 2015
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 |
cpuguy83
commented
Jan 26, 2015
@dnephin This is probably because the CLI does everything on the create endpoint. |
dnephin
commented
Jan 26, 2015
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 |
cpuguy83
commented
Jan 26, 2015
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 |
dnephin
commented
Jan 26, 2015
Ok I should have looked at the official API docs instead of just the docker-py source. I'll try that. |
shin-
commented
Jan 26, 2015
We do support Binds, but you're looking in the wrong place :) Let me know if I can help! |
dnephin
commented
Jan 26, 2015
…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.