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.
|
||
|---|---|---|
| .. | ||
| b2d_volume_images | ||
| logging | ||
| ambassador_pattern_linking.md | ||
| b2d_volume_resize.md | ||
| chef.md | ||
| dsc.md | ||
| formatting.md | ||
| host_integration.md | ||
| index.md | ||
| live-restore.md | ||
| menu.md | ||
| puppet.md | ||
| registry_mirror.md | ||
| runmetrics.md | ||
| systemd.md | ||
| using_supervisord.md | ||