We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a40b17b commit 2a8488cCopy full SHA for 2a8488c
1 file changed
Vagrantfile
@@ -22,6 +22,8 @@ Vagrant.configure("2") do |config|
22
end
23
24
config.vm.provider :virtualbox do |vb, override|
25
+ vb.customize ["modifyvm", :id, "--nictype1", "Am79C973"]
26
+ vb.customize ["modifyvm", :id, "--nictype2", "Am79C973"]
27
# Fix docker not being able to resolve private registry in VirtualBox
28
vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
29
vb.customize ["modifyvm", :id, "--natdnsproxy1", "on"]
0 commit comments