Split out content to many smaller files

And add markmaker.py to generate workshop.md
This commit is contained in:
Jérôme Petazzoni
2017-10-09 16:56:23 +02:00
parent ac523e0f14
commit f8888bf16a
32 changed files with 8519 additions and 19 deletions

13
docs/nodeinfo.md Normal file
View File

@@ -0,0 +1,13 @@
class: node-info
## Getting task information for a given node
- You can see all the tasks assigned to a node with `docker node ps`
- It shows the *desired state* and *current state* of each task
- `docker node ps` shows info about the current node
- `docker node ps <node_name_or_id>` shows info for another node
- `docker node ps -a` includes stopped and failed tasks