Created
January 26, 2014 10:08
-
-
Save seanjreilly/8630838 to your computer and use it in GitHub Desktop.
The boiler plate virtual box config section for a Vagrantfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Provider-specific configuration so you can fine-tune various | |
# backing providers for Vagrant. These expose provider-specific options. | |
# Example for VirtualBox: | |
# | |
config.vm.provider :virtualbox do |vb| | |
# Don't boot with headless mode | |
#vb.gui = false | |
# Use VBoxManage to customize the VM. For example to change memory: | |
# vb.customize ["modifyvm", :id, "--memory", "1024"] | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment