vagrant
https://github.com/mitchellh/vagrant
Ruby
Vagrant is a tool for building and distributing development environments.
VagrantPlugins::ProviderVirtualBox::Config#customize
Customize the VM by calling `VBoxManage` with the given arguments. When called multiple times, the customizations will be applied in the order given. The special `:name` parameter in the command will be replaced with the unique ID or name of the virtual machine. This is useful for parameters to `modifyvm` and the like. VBoxManage.
Edit
git clone [email protected]:mitchellh/vagrant.git
cd vagrant
open plugins/providers/virtualbox/config.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-VagrantPlugins--ProviderVirtualBox--Config-customize-for-pr
# Commit to gitgit add plugins/providers/virtualbox/config.rbgit commit -m "better docs for VagrantPlugins::ProviderVirtualBox::Config#customize"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-VagrantPlugins--ProviderVirtualBox--Config-customize-for-pr
hub pull-request
# Celebrate!