Skip to content

Instantly share code, notes, and snippets.

@seanjreilly
Created January 26, 2014 10:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seanjreilly/8630838 to your computer and use it in GitHub Desktop.
Save seanjreilly/8630838 to your computer and use it in GitHub Desktop.
The boiler plate virtual box config section for a Vagrantfile
# 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