| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Command name should be a H1
Only Description, Examples, and Related Commands should be H2
Changed 'Related information' heading to 'Related commands' since 99% it is only linking commands
Added some examples where relevant
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
(cherry picked from commit 52df69f00d966904ba230dc2e3a0646cc52b7688)
|
| |
|
|
|
|
| |
Signed-off-by: Harald Albers <github@albersweb.de>
(cherry picked from commit 364e9002375fca1799180dd76e8074d922dd4044)
Signed-off-by: Victor Vieux <vieux@docker.com>
|
| |
|
|
|
|
| |
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
(cherry picked from commit b67b0949ed4b528fef6c3dc059a4bd16d5f2a929)
Signed-off-by: Victor Vieux <vieux@docker.com>
|
| |
|
|
|
|
|
|
| |
This reverts commit 139fff2bf0ebe12b61871ba8ec8be8d51c2338db.
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
(cherry picked from commit eb55d03f3c321e31c8da993233b2679f47d5b4e1)
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
|
| |
|
|
| |
Signed-off-by: Josh Horwitz <horwitzja@gmail.com>
|
| |
|
|
| |
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
|
| |
|
|
| |
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
|
| |
|
|
|
|
|
| |
Some frontmatter such as the weights, menu stuff, etc is no longer used
'draft=true' becomes 'published: false'
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
|
| |
|
|
|
|
|
|
|
| |
This fix updates docs for `service ps` as now the TASK ID part has been
removed.
Also, this fix fixes several incorrect sample output.
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
|
| |
|
|
| |
Signed-off-by: allencloud <allen.sun@daocloud.io>
|
| |
|
|
| |
Signed-off-by: allencloud <allen.sun@daocloud.io>
|
| |
|
|
| |
Signed-off-by: Josh Horwitz <horwitzja@gmail.com>
|
| |
|
|
|
|
|
|
| |
Signed-off-by: Josh Horwitz <horwitzja@gmail.com>
$Updated http docs for /tasks filters
$Signed-off-by: Josh Horwitz <horwitzja@gmail.com>
|
|
|
Rather than conflict with the unexposed task model, change the names of
the object-oriented task display to `docker <object> ps`. The command
works identically to `docker service tasks`. This change is superficial.
This provides a more sensical docker experience while not trampling on
the task model that may be introduced as a top-level command at a later
date.
The following is an example of the display using `docker service ps`
with a service named `condescending_cori`:
```
$ docker service ps condescending_cori
ID NAME SERVICE IMAGE LAST STATE DESIRED STATE NODE
e2cd9vqb62qjk38lw65uoffd2 condescending_cori.1 condescending_cori alpine Running 13 minutes ago Running 6c6d232a5d0e
```
The following shows the output for the node on which the command is
running:
```console
$ docker node ps self
ID NAME SERVICE IMAGE LAST STATE DESIRED STATE NODE
b1tpbi43k1ibevg2e94bmqo0s mad_kalam.1 mad_kalam apline Accepted 2 seconds ago Accepted 6c6d232a5d0e
e2cd9vqb62qjk38lw65uoffd2 condescending_cori.1 condescending_cori alpine Running 12 minutes ago Running 6c6d232a5d0e
4x609m5o0qyn0kgpzvf0ad8x5 furious_davinci.1 furious_davinci redis Running 32 minutes ago Running 6c6d232a5d0e
```
Signed-off-by: Stephen J Day <stephen.day@docker.com>
|