dev/Vagrantfile
changeset 4 f55970e41793
parent 1 01a844d292ac
child 18 f2a40bbc27f6
equal deleted inserted replaced
3:2b3247d02769 4:f55970e41793
    76   #   vb.memory = "1024"
    76   #   vb.memory = "1024"
    77   # end
    77   # end
    78   #
    78   #
    79   config.vm.provider "virtualbox" do |v|
    79   config.vm.provider "virtualbox" do |v|
    80     v.memory = 512
    80     v.memory = 512
       
    81     v.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
    81   end
    82   end
    82 
    83 
    83   # View the documentation for the provider you are using for more
    84   # View the documentation for the provider you are using for more
    84   # information on available options.
    85   # information on available options.
    85 
    86