Skip to content

Commit 2390ded

Browse files
vallieresdvdksn
andauthored
Apply suggestions from code review
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> Signed-off-by: Alexandre Vallières-Lagacé <alexandre@vallier.es>
1 parent f92afde commit 2390ded

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/reference/commandline/swarm_unlock-key.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ $ docker swarm unlock-key
3636
To unlock a swarm manager after it restarts, run the `docker swarm unlock`
3737
command and provide the following key:
3838

39-
SWMKEY-1-aaa
39+
SWMKEY-1-aabbccdd00112233aabbccdd00112233aabbccdd00112233aa-aabbccdd00112233...
4040

4141
Remember to store this key in a password manager, since without it you
4242
will not be able to restart the manager.
@@ -53,7 +53,7 @@ Successfully rotated manager unlock key.
5353
To unlock a swarm manager after it restarts, run the `docker swarm unlock`
5454
command and provide the following key:
5555

56-
SWMKEY-1-aaa
56+
SWMKEY-1-aabbccdd00112233aabbccdd00112233aabbccdd00112233aa-aabbccdd00112233...
5757

5858
Remember to store this key in a password manager, since without it you
5959
will not be able to restart the manager.
@@ -64,7 +64,7 @@ The `-q` (or `--quiet`) flag only prints the key:
6464
```console
6565
$ docker swarm unlock-key -q
6666

67-
SWMKEY-1-aaa
67+
SWMKEY-1-aabbccdd00112233aabbccdd00112233aabbccdd00112233aa-aabbccdd00112233...
6868
```
6969

7070
### <a name="rotate"></a> `--rotate`

0 commit comments

Comments
 (0)