From e51773b46ba7be44d3b32765037bca458c3329f2 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 15 Mar 2020 22:18:41 +0100 Subject: [PATCH] fix multiline command formatting --- docs/content/setup/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/setup/_index.md b/docs/content/setup/_index.md index 69b9388..4c14d12 100644 --- a/docs/content/setup/_index.md +++ b/docs/content/setup/_index.md @@ -27,9 +27,9 @@ if you want to use other subcommands like `stop`. {{< 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 >}}