fix multiline command formatting

This commit is contained in:
Robert Kaussow 2020-03-15 22:18:41 +01:00
parent 69a72d1483
commit e51773b46b
1 changed files with 3 additions and 3 deletions

View File

@ -27,9 +27,9 @@ if you want to use other subcommands like `stop`.
<!-- markdownlint-disable -->
{{< highlight Shell "linenos=table" >}}
docker run \
-e TIDY_GC_MAX_CONTAINER_AGE=3days
-e TIDY_GC_MAX_IMAGE_AGE=5days
-v /var/run/docker.sock:/var/run/docker.sock
-e TIDY_GC_MAX_CONTAINER_AGE="3 days ago" \
-e TIDY_GC_MAX_IMAGE_AGE="5 days ago" \
-v /var/run/docker.sock:/var/run/docker.sock \
xoxys/docker-tidy
{{< /highlight >}}
<!-- markdownlint-enable -->