Created
October 29, 2012 05:21
-
-
Save ilude/3971718 to your computer and use it in GitHub Desktop.
VeeWee box creation commands
This file contains hidden or 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
vagrant basebox templates | |
vagrant basebox define ubuntu-12.10 'ubuntu-12.10-server-amd64' | |
vagrant basebox build ubuntu-12.10 | |
vagrant basebox validate ubuntu-12.10 | |
vagrant basebox export ubuntu-12.10 | |
vagrant box add ubuntu-12.10 ubuntu-12.10.box | |
vagrant init ubuntu-12.10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment