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