1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #32358 from mstanleyjones/fix-liquid

Escape some double brackets
This commit is contained in:
Sebastiaan van Stijn 2017-04-05 00:35:45 +02:00 committed by GitHub
commit 8d96619e5a

View file

@ -69,8 +69,10 @@ node1 is the manager and node2 is the worker.
4. Observe the task getting scheduled in node 2: 4. Observe the task getting scheduled in node 2:
```bash ```bash
{% raw %}
$ docker ps --format '{{.ID}}\t {{.Status}} {{.Names}} {{.Command}}' $ docker ps --format '{{.ID}}\t {{.Status}} {{.Names}} {{.Command}}'
83fc1e842599 Up 2 days my-service.1.9jn59qzn7nbc3m0zt1hij12xs "top" 83fc1e842599 Up 2 days my-service.1.9jn59qzn7nbc3m0zt1hij12xs "top"
{% endraw %}
``` ```
### Network plugins ### Network plugins