From ca99534f3d17723290bc1fa826bc89f5591472b3 Mon Sep 17 00:00:00 2001 From: vpalazhi <32654249+vpalazhi@users.noreply.github.com> Date: Mon, 24 Feb 2020 10:42:04 -0500 Subject: [PATCH] Update Vagrantfile --- vagrant/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant/Vagrantfile b/vagrant/Vagrantfile index 338ca59..5b0ac3d 100644 --- a/vagrant/Vagrantfile +++ b/vagrant/Vagrantfile @@ -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