Skip to content

Instantly share code, notes, and snippets.

@asanchez75
Created October 17, 2012 19:03
Show Gist options
  • Save asanchez75/3907439 to your computer and use it in GitHub Desktop.
Save asanchez75/3907439 to your computer and use it in GitHub Desktop.
Vagrant
1. vagrant box add base http://localhost/boxes/centos_56_32.box
means that you add a box named "base"
2. vagrant box list
means list of availables boxes
3. vagrant init base
means initialize box named "base"
4. vagrant up
[in this approach is not necessary to set up a Vagrant file]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment