mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix main Vagrantfile
This commit is contained in:
parent
e431dc26f1
commit
0d9475346f
1 changed files with 0 additions and 8 deletions
8
Vagrantfile
vendored
8
Vagrantfile
vendored
|
@ -50,12 +50,4 @@ Vagrant::VERSION >= "1.1.0" and Vagrant.configure("2") do |config|
|
|||
config.vm.box = BOX_NAME
|
||||
config.vm.box_url = BOX_URI
|
||||
end
|
||||
|
||||
config.vm.provider :vmware_fusion do |vm|
|
||||
config.vm.box = "precise64"
|
||||
config.vm.box_url = "http://files.vagrantup.com/precise64_vmware_fusion.box"
|
||||
config.vm.provision :shell, :inline => <<-UPDATE
|
||||
apt-get install -y linux-image-extra-3.2.0-29-virtual
|
||||
UPDATE
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue