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

upgrade to boot2docker 1.3.1 #48

Open rrva opened 9 years ago

rrva commented 9 years ago

There's a new boot2docker image for docker 1.3.1 at https://github.com/boot2docker/osx-installer/releases/tag/v1.3.1

voodootikigod commented 9 years ago

:+1:

rrva commented 9 years ago

I've successfully upgraded and run docker 1.3.1 by changing the URL in boot2docker-vagrant-box.

For my setup, I wanted to disable TLS so I used the following line in the Vagrantfile shell provisioner

sed -i "s,DOCKER_TLS:=auto,DOCKER_TLS:=''," $INITD