mirror of https://github.com/docker/docs.git
compose(uninstall): fix liquid syntax error
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
d7c4578002
commit
a06ed8bc8e
|
@ -57,6 +57,8 @@ $ rm /usr/local/lib/docker/cli-plugins/docker-compose
|
||||||
|
|
||||||
To check where Compose is installed, use:
|
To check where Compose is installed, use:
|
||||||
|
|
||||||
|
{% raw %}
|
||||||
```console
|
```console
|
||||||
$ docker info --format '{{range .ClientInfo.Plugins}}{{if eq .Name "compose"}}{{.Path}}{{end}}{{end}}'
|
$ docker info --format '{{range .ClientInfo.Plugins}}{{if eq .Name "compose"}}{{.Path}}{{end}}{{end}}'
|
||||||
```
|
```
|
||||||
|
{% endraw %}
|
||||||
|
|
Loading…
Reference in New Issue