fnichol / dvm

An on demand Docker virtual machine, thanks to Vagrant and boot2docker. Works great on Macs and other platforms that don't natively support the Docker daemon. Support VirtualBox, VMware, and Parallels.
http://fnichol.github.io/dvm
Apache License 2.0
458 stars 71 forks source link

BootToDocker 0.5.2 #15

Closed drewcrawford closed 10 years ago

drewcrawford commented 10 years ago

Please update to Boot2Docker 0.5.2 or later

mainyaa commented 10 years ago

:+1: We need Boot2Docker 0.5.2 (Docker 0.8)

joelmoss commented 10 years ago

:+1:

fnichol commented 10 years ago

Currently dvm is using the Vagrant base box from https://github.com/mitchellh/boot2docker-vagrant-box. If we can get a new release there, it shouldn't be too hard to cut an update

drewcrawford commented 10 years ago

I submitted a PR to the upstream project.

Their patch queue seems a little full, so I made a build with my patch applied. Depending on how much you trust me, that could be at least an interim solution.

drewcrawford commented 10 years ago

If anyone wants an unofficial workaround, this commit upgrades dvm to boot2docker 0.5.4 / docker 0.8.

I'm not submitting a PR here since there is still discussion upstream about which way they want to go and although my approach landed in the upstream patch queue first, they may want to solve it another way and I think it will take them some time to decide. So until and unless that happens my solution is unofficial. That said, it does work as far as dvm is concerned, which is good enough for me.

fnichol commented 10 years ago

Looks like we should get an upstream release of the base box shortly and I will follow up with a new dvm release. I need it as well :smile:

fnichol commented 10 years ago

With the 0.4.0 and 0.4.1 releases we're on boot2docker 0.5.4, yay!