-
Notifications
You must be signed in to change notification settings - Fork 109
downgrading docker version #34
Comments
even with the workaround for that issue of manually Not sure if that's a dinghy problem |
Yeah I just ran into that yesterday as well, so sad. You can install an older version of dinghy with |
cool, I will try that, thanks. Definitely a sad state lately for Docker. Seems like they care more about implementing "everything and the kitchen sink" instead of making things stable... |
@codekitchen http://stackoverflow.com/a/31145741 thats a possible solution to integrate into the dinghy vm |
@codekitchen it works |
I don't follow, how would that fix this docker 1.7 bug? |
IT fixes the TCP to many redirects stuff which happens only with docker Brian Palmer notifications@github.com schrieb am Do., 9. Juli 2015 16:52:
|
Oh I see, this ticket got conflated with two different issues. Please open a separate ticket for the redirects issue. I should point out though that this is how dinghy used to configure virtualbox, but it was changed because it caused other issues with the DNS resolver. See this commit: babbfe7 I think the final solution will be to change dinghy's |
@codekitchen when can we expect 1.7.1? I have a habit of pointing people with b2d problems in IRC to your lovely alternative, but I am reluctant as 1.7.0 is completely broken. |
I released it on the 15th -- see https://github.com/codekitchen/dinghy/blob/latest/CHANGELOG.md#302---2015-07-15 You'll need to upgrade dinghy and the VM following the instructions in the README https://github.com/codekitchen/dinghy#upgrading |
ah, I did |
oh hm I can see how that'd be confusing. maybe |
@codekitchen I think a more pressing need would be the ability to choose what version of docker to run if possible |
@codekitchen I really need a way of installing an older version of |
Hey @MrMMorris now that dinghy runs on top of docker-machine and doesn't manage installing docker itself, there's nothing in dinghy anymore blocking you from changing server and client versions yourself. I haven't tried it myself though, so I don't know exactly what commands you'd want to run -- maybe docker-machine has it documented somewhere? |
@codekitchen wow you are fast at responding 😄 I will take a look, thanks! |
Haha, you were just fortunate enough to ask a question while I was catching up on email while walking the dog :) |
Docker 1.7.0 is very much broken moby/moby#14057
How would I go about downgrading docker in the VM?
The text was updated successfully, but these errors were encountered: