Provision dockerbox in Vagrant and setup network

This commit is contained in:
2020-06-23 21:59:47 -04:00
parent d276c3dc2b
commit c8b7821eb3
7 changed files with 51 additions and 11 deletions

2
Vagrantfile vendored
View File

@@ -3,7 +3,7 @@
Vagrant.configure("2") do |config|
config.vm.box = "debian/buster64"
config.vm.network :private_network, ip: "192.168.111.222"
config.vm.network "private_network", type: "dhcp"
config.vm.synced_folder ".", "/vagrant", disabled: true
# Machine Name