Skip to content

Instantly share code, notes, and snippets.

@ilude
Created October 29, 2012 05:21
Show Gist options
  • Save ilude/3971718 to your computer and use it in GitHub Desktop.
Save ilude/3971718 to your computer and use it in GitHub Desktop.
VeeWee box creation commands
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