mirror of https://github.com/docker/cli.git
Escape some double brackets
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
This commit is contained in:
parent
ff44ffc576
commit
0e86bfb1e0
|
@ -69,8 +69,10 @@ node1 is the manager and node2 is the worker.
|
|||
4. Observe the task getting scheduled in node 2:
|
||||
|
||||
```bash
|
||||
{% raw %}
|
||||
$ docker ps --format '{{.ID}}\t {{.Status}} {{.Names}} {{.Command}}'
|
||||
83fc1e842599 Up 2 days my-service.1.9jn59qzn7nbc3m0zt1hij12xs "top"
|
||||
{% endraw %}
|
||||
```
|
||||
|
||||
### Network plugins
|
||||
|
|
Loading…
Reference in New Issue