2015-07-07 16:06:04 -06:00

4 lines
81 B
Ruby

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