mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
3 lines
81 B
Ruby
3 lines
81 B
Ruby
Vagrant.configure("2") do |config|
|
|
config.vm.box = "hashicorp/boot2docker"
|
|
end
|