Merge pull request #100 from soulshake/aj-hotfix-fix

Wrap bash and wait in .exercise[] block
This commit is contained in:
Jérôme Petazzoni
2017-11-01 07:44:37 -07:00
committed by GitHub

View File

@@ -226,14 +226,9 @@ class: extra-details
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
---