diff --git a/engine/swarm/swarm_manager_locking.md b/engine/swarm/swarm_manager_locking.md index 460f789fc6..f842c4b002 100644 --- a/engine/swarm/swarm_manager_locking.md +++ b/engine/swarm/swarm_manager_locking.md @@ -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.