Skip to content

Commit

Permalink
Fix VagrantFile to pull remote
Browse files Browse the repository at this point in the history
  • Loading branch information
Keiran Young committed Apr 24, 2019
1 parent 4274358 commit 98e7026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# in the future vagrant + ansible configurations from containernet will be added to stay up-to-date

Vagrant.configure("2") do |config|
config.vm.box = "containernet"
config.vm.box = "KcY/containernet"
config.ssh.username = 'root'

# Add a host only network
Expand All @@ -15,4 +15,4 @@ Vagrant.configure("2") do |config|
config.vm.provider "virtualbox" do |v|
v.memory = 2048
end
end
end

0 comments on commit 98e7026

Please sign in to comment.