Skip to content

Commit 2a8488c

Browse files
committed
fix(Vagrantfile): specify AMD network to work around transfer issues
1 parent a40b17b commit 2a8488c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Vagrantfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Vagrant.configure("2") do |config|
2222
end
2323

2424
config.vm.provider :virtualbox do |vb, override|
25+
vb.customize ["modifyvm", :id, "--nictype1", "Am79C973"]
26+
vb.customize ["modifyvm", :id, "--nictype2", "Am79C973"]
2527
# Fix docker not being able to resolve private registry in VirtualBox
2628
vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
2729
vb.customize ["modifyvm", :id, "--natdnsproxy1", "on"]

0 commit comments

Comments
 (0)