mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
updated instruction to correct file path
Signed-off-by: Poul Kjeldager Sørensen <pks@ascend.xyz> Signed-off-by: Poul Kjeldager Sørensen <pks@s-innovations.net>
This commit is contained in:
parent
9c6e3396ef
commit
5935867213
1 changed files with 2 additions and 2 deletions
|
@ -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".
|
||||
|
||||
|
|
Loading…
Reference in a new issue