We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c08eaf8 commit 18d1626Copy full SHA for 18d1626
1 file changed
Vagrantfile
@@ -11,8 +11,9 @@ Vagrant.configure("2") do |config|
11
override.vm.box_url = "http://storage.core-os.net/coreos/amd64-usr/alpha/coreos_production_vagrant_vmware_fusion.box"
12
end
13
14
- # Fix docker not being able to resolve private registry in VirtualBox
15
config.vm.provider :virtualbox do |vb, override|
+ vb.customize ["modifyvm", :id, "--memory", "2048"]
16
+ # Fix docker not being able to resolve private registry in VirtualBox
17
vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
18
vb.customize ["modifyvm", :id, "--natdnsproxy1", "on"]
19
0 commit comments