vagrant/plugins/providers/docker/hostmachine/Vagrantfile
2015-07-07 16:06:04 -06:00

3 lines
81 B
Ruby

Vagrant.configure("2") do |config|
config.vm.box = "hashicorp/boot2docker"
end