Last active
August 29, 2015 14:07
-
-
Save whatnickcodes/043c0d9af010063f84ee to your computer and use it in GitHub Desktop.
Vagrant box
This file contains 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
sudo dd if=/dev/zero of=/EMPTY bs=1M | |
sudo rm -f /EMPTY | |
cat /dev/null > ~/.bash_history && history -c && exit | |
vagrant package --output scotch.box | |
vagrant box add ubuntu64 package.box | |
vagrant init ubuntu64 | |
vagrant up |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment