Created
January 24, 2015 08:28
-
-
Save michaellouieloria/2ff21aa63aac9be7d2fa to your computer and use it in GitHub Desktop.
Clone Vagrant Bo
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
1. Package the pre-configured box => vagrant package --base preconfigured_vm --output /path/to/mybox.box. Note that as per the docs, the --base option should be the UUID of the machine, or the name VirtualBox gives the machine (found when opening the VirtualBox application). | |
2. transfer the box to the computer by using scp, rsync or whatever... (you also start a web server quickly by using python -m http.server PORT or ruby -run -e httpd /path/to -p PORT) | |
3. Init and start vagrant init preconfigured_vm /path/to/mybox.box |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment