Wrap bash and wait in .exercise[] block

This commit is contained in:
AJ Bowen
2017-10-31 15:45:30 -07:00
parent 3c9353815b
commit 14b2d54e43

View File

@@ -222,18 +222,16 @@ class: extra-details
]
- However, Swarm commands will not work; try, for instance:
.exercise[
```bash
docker node ls
```
<!--
```wait
FIXME
```
-->
<!-- ```wait ``` -->
]
- This is because the node that we added is currently a *worker*
- Only *managers* can accept Swarm-specific commands
---