mirror of https://github.com/docker/docs.git
They're usually examples of Go-style text templates. But, Liquid templating is treating them as variable substitutions. E.g., in `engine/reference/commandline/ps.md`:
```bash
$ docker ps --filter volume=remote-volume --format "table {{.ID}}\t{{.Mounts}}"
```
is rendered as:
```bash
$ docker ps --filter volume=remote-volume --format "table \t"
```
Solution is to wrap entire files in `{% raw %} ... {% endraw %}` blocks.
|
||
|---|---|---|
| .. | ||
| how-swarm-mode-works | ||
| images | ||
| swarm-tutorial | ||
| admin_guide.md | ||
| index.md | ||
| ingress.md | ||
| join-nodes.md | ||
| key-concepts.md | ||
| manage-nodes.md | ||
| menu.md | ||
| networking.md | ||
| raft.md | ||
| services.md | ||
| swarm-mode.md | ||