Last active
August 29, 2015 14:22
-
-
Save vicneanschi/444430f2783ded82c622 to your computer and use it in GitHub Desktop.
Docker
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
$ 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