Skip to content

Instantly share code, notes, and snippets.

@mrchilds
Created February 26, 2014 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrchilds/9230933 to your computer and use it in GitHub Desktop.
Save mrchilds/9230933 to your computer and use it in GitHub Desktop.
Vagrant - Build on base box
# Package up new box
vagrant package --base /Users/<USER>/VirtualBox VMs/<VM-NAME> --output mybox.box
vagrant box add foobar mybox.box
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment