mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-05-11 11:26:41 +00:00
Wrap bash and wait in .exercise[] block
This commit is contained in:
@@ -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
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user