mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #9740 from SvenDowideit/pr_out_fixes_as_requested
Login with PUTTY instead of using the CMD
This commit is contained in:
commit
197281f585
1 changed files with 14 additions and 0 deletions
|
|
@ -57,6 +57,20 @@ Let's try the `hello-world` example image. Run
|
||||||
|
|
||||||
This should download the very small `hello-world` image and print a `Hello from Docker.` message.
|
This should download the very small `hello-world` image and print a `Hello from Docker.` message.
|
||||||
|
|
||||||
|
## Login with PUTTY instead of using the CMD
|
||||||
|
|
||||||
|
Boot2Docker generates and uses the public/private key pair in your `%HOMEPATH%\.ssh`
|
||||||
|
directory so to log in you need to use the private key from this same directory.
|
||||||
|
|
||||||
|
The private key needs to be converted into the format PuTTY uses.
|
||||||
|
|
||||||
|
You can do this with
|
||||||
|
[puttygen](http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html):
|
||||||
|
|
||||||
|
- Open `puttygen.exe` and load ("File"->"Load" menu) the private key from
|
||||||
|
`%HOMEPATH%\.ssh\id_boot2docker`
|
||||||
|
- then click: "Save Private Key".
|
||||||
|
- Then use the saved file to login with PuTTY using `docker@127.0.0.1:2022`.
|
||||||
|
|
||||||
# Further Details
|
# Further Details
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue