Last active
November 10, 2015 05:19
-
-
Save katmutua/be7eb30ac4981038130d to your computer and use it in GitHub Desktop.
Create vagrant box
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
| #ensure that an appropriate provider is installed eg virtualbox | |
| #virtual box download: https://www.virtualbox.org/wiki/Downloads | |
| vagrant init ubuntu/trusty64; vagrant up --provider virtualbox |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment