Last active
June 10, 2018 22:52
-
-
Save Telematica/35b456cdc595f8fc2bda423b006552ed to your computer and use it in GitHub Desktop.
Vagrant Setup Sample
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
#http://stackoverflow.com/questions/28399324/download-vagrant-box-file-locally-from-atlas-and-configuring-it#answer-28399325 | |
vagrant box add foo-box /path/to/vagrant-box.box | |
vagrant init foo-box | |
vagrant up |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment