mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-08-08 20:02:42 +03:00
Update Vagrantfile
This commit is contained in:
2
vagrant/Vagrantfile
vendored
2
vagrant/Vagrantfile
vendored
@@ -111,7 +111,7 @@ Vagrant.configure("2") do |config|
|
|||||||
end
|
end
|
||||||
|
|
||||||
node.vm.provision "setup-dns", type: "shell", :path => "ubuntu/update-dns.sh"
|
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"
|
node.vm.provision "allow-bridge-nf-traffic", :type => "shell", :path => "ubuntu/allow-bridge-nf-traffic.sh"
|
||||||
|
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user