Created
February 26, 2014 14:57
-
-
Save mrchilds/9230933 to your computer and use it in GitHub Desktop.
Vagrant - Build on base box
This file contains 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
# 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