Created
July 11, 2014 09:41
-
-
Save jollyjoester/cc80b1dab5c5b91b1ef6 to your computer and use it in GitHub Desktop.
boot2docker memo
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
| #boot2dockerのVM作成 | |
| boot2docker init | |
| #VMあげる | |
| boot2docker up|start|boot | |
| #VMにSSH | |
| boot2docker ssh | |
| #VMの状態 | |
| boot2docker status | |
| #VM止める | |
| boot2docker down|stop|halt | |
| # | |
| boot2docker info | |
| # | |
| boot2docker version | |
| #VMのIP(Host-only) | |
| boot2docker ip | |
| #ISOイメージをダウンロード | |
| boot2docker download | |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, bot2docker.