Skip to content

Instantly share code, notes, and snippets.

@roschacker
Last active March 30, 2017 12:28
Show Gist options
  • Save roschacker/60c87cd7126cf9fc0ce95e65cb8bc3a3 to your computer and use it in GitHub Desktop.
Save roschacker/60c87cd7126cf9fc0ce95e65cb8bc3a3 to your computer and use it in GitHub Desktop.
cmder-vagrant-box-provisioning-VirtualBox.ps1.cmd
# https://atlas.hashicorp.com/wholebits/boxes/ubuntu16.10-64
vagrant init wholebits/ubuntu16.10-64
notepad Vagrantfile
vagrant up --provider virtualbox
vagrant global-status
vagrant ssh id
@roschacker
Copy link
Author

TODO: grep and xargs for parsing id

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment