Update swarm_manager_locking.md (#1960)

Modified the "Warning" style to comform to the style described in "Notes" in the documentation guide.
This commit is contained in:
Wang Jie 2017-02-28 05:10:15 +08:00 committed by John Mulhausen
parent 0f762d3d5a
commit b7bb7a29c2
1 changed files with 5 additions and 5 deletions

View File

@ -22,8 +22,8 @@ When Docker restarts, you must
_key encryption key_ generated by Docker when the swarm was locked. You can
rotate this key encryption key at any time.
>**Note**: You don't need to unlock the swarm when a new node joins the swarm,
because the key is propagated to it over mutual TLS.
> **Note:** You don't need to unlock the swarm when a new node joins the swarm,
> because the key is propagated to it over mutual TLS.
## Initialize a swarm with autolocking enabled
@ -151,6 +151,6 @@ Please remember to store this key in a password manager, since without it you
will not be able to restart the manager.
```
**Warning**: When you rotate the unlock key, keep a record of the old key
around for a few minutes, so that if a manager goes down before it gets the new
key, it may still be locked with the old one.
> **Warning:** When you rotate the unlock key, keep a record of the old key
> around for a few minutes, so that if a manager goes down before it gets the new
> key, it may still be locked with the old one.