mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
Merge pull request #17941 from s093294/patch-1
updated instruction to correct file path Upstream-commit: c5a10b1d2702937042e36e062016e1b5a868ad3c Component: engine
This commit is contained in:
@@ -346,9 +346,9 @@ 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):
|
||||
|
||||
1. Open `puttygen.exe` and load ("File"->"Load" menu) the private key from
|
||||
1. Open `puttygen.exe` and load ("File"->"Load" menu) the private key from (you may need to change to the `All Files (*.*)` filter)
|
||||
|
||||
%USERPROFILE%\.docker\machine\machines\<name_of_your_machine>
|
||||
%USERPROFILE%\.docker\machine\machines\<name_of_your_machine>\id_rsa
|
||||
|
||||
2. Click "Save Private Key".
|
||||
|
||||
|
||||
Reference in New Issue
Block a user