From 14b2d54e439414becfb9be4f5119db8d55f2de35 Mon Sep 17 00:00:00 2001 From: AJ Bowen Date: Tue, 31 Oct 2017 15:45:30 -0700 Subject: [PATCH] Wrap bash and wait in .exercise[] block --- docs/creatingswarm.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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 ---