Update Vagrantfile

pull/584/head
vpalazhi 2020-02-24 10:42:04 -05:00 committed by GitHub
parent b1df9d8d8d
commit ca99534f3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
vagrant/Vagrantfile vendored
View File

@ -111,7 +111,7 @@ Vagrant.configure("2") do |config|
end
node.vm.provision "setup-dns", type: "shell", :path => "ubuntu/update-dns.sh"
node.vm.provision "install-docker", type: "shell", :path => "ubuntu/install-docker.sh"
node.vm.provision "install-docker", type: "shell", :path => "ubuntu/install-docker-2.sh"
node.vm.provision "allow-bridge-nf-traffic", :type => "shell", :path => "ubuntu/allow-bridge-nf-traffic.sh"
end