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

Update dvm to use boot2docker's $EXTRA_ARGS config option #30

Closed yacn closed 10 years ago

yacn commented 10 years ago

boot2docker added the EXTRA_ARGS config option not too long ago, this pull request updates the Vagrantfile to use this instead of seding the init script for docker.

Tested with the same .kitchen.yml as PR #21 (link)

fnichol commented 10 years ago

Awesome, thank you @yacn!!