diff --git a/docs/creatingswarm.md b/docs/creatingswarm.md index 21ec90a2..562d4e28 100644 --- a/docs/creatingswarm.md +++ b/docs/creatingswarm.md @@ -222,18 +222,16 @@ class: extra-details ] - However, Swarm commands will not work; try, for instance: + +.exercise[ ```bash docker node ls ``` - + +] - This is because the node that we added is currently a *worker* - - Only *managers* can accept Swarm-specific commands ---