mirror of https://github.com/docker/docs.git
Fix typo (#4455)
This commit is contained in:
parent
f238686fd7
commit
0eda88f674
|
@ -164,7 +164,7 @@ docker service ps <service>
|
||||||
|
|
||||||
>**Note**: Docker's support for swarms is built using a project called SwarmKit. SwarmKit tasks do not need to be containers, but Docker swarm tasks are defined to spawn them.
|
>**Note**: Docker's support for swarms is built using a project called SwarmKit. SwarmKit tasks do not need to be containers, but Docker swarm tasks are defined to spawn them.
|
||||||
|
|
||||||
Let's inspect one task and limit the ouput to container ID:
|
Let's inspect one task and limit the output to container ID:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
docker inspect --format='{% raw %}{{.Status.ContainerStatus.ContainerID}}{% endraw %}' <task>
|
docker inspect --format='{% raw %}{{.Status.ContainerStatus.ContainerID}}{% endraw %}' <task>
|
||||||
|
|
Loading…
Reference in New Issue