Skip to content

Instantly share code, notes, and snippets.

@vicneanschi
Last active August 29, 2015 14:22
Show Gist options
  • Save vicneanschi/444430f2783ded82c622 to your computer and use it in GitHub Desktop.
Save vicneanschi/444430f2783ded82c622 to your computer and use it in GitHub Desktop.
Docker
$ boot2docker --help
# Create VM
$ boot2docker init
# Start VM
$ boot2docker start
# Gracefully shutdown the VM
$ boot2docker stop
#get the ip of the host VM
$ boot2docker ip
# Login to VM via SSH
$ boot2docker ssh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment