Created
October 17, 2012 19:03
-
-
Save asanchez75/3907439 to your computer and use it in GitHub Desktop.
Vagrant
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
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