From 7790911368f32cf39b5b2fd98f69b3cdfbe9fc3d Mon Sep 17 00:00:00 2001 From: Anne Henmi <41210220+ahh-docker@users.noreply.github.com> Date: Wed, 19 Dec 2018 15:25:25 -0700 Subject: [PATCH] Update configure.md --- config/containers/logging/configure.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/containers/logging/configure.md b/config/containers/logging/configure.md index d0f9d439a8..cad9544e08 100644 --- a/config/containers/logging/configure.md +++ b/config/containers/logging/configure.md @@ -62,11 +62,13 @@ To find the current default logging driver for the Docker daemon, run `docker info` and search for `Logging Driver`. You can use the following command: +{% raw %} ```bash $ docker info --format '{{.LoggingDriver}}' json-file ``` +{% endraw %} ## Configure the logging driver for a container