compose(uninstall): fix liquid syntax error

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2022-09-11 12:52:02 +02:00
parent d7c4578002
commit a06ed8bc8e
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
1 changed files with 3 additions and 1 deletions

View File

@ -57,6 +57,8 @@ $ rm /usr/local/lib/docker/cli-plugins/docker-compose
To check where Compose is installed, use:
{% raw %}
```console
$ docker info --format '{{range .ClientInfo.Plugins}}{{if eq .Name "compose"}}{{.Path}}{{end}}{{end}}'
```
```
{% endraw %}