Skip to content

Commit 3a6dcf3

Browse files
authored
Update configure.md
1 parent 4bc6a27 commit 3a6dcf3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/containers/logging/configure.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,13 @@ To find the current default logging driver for the Docker daemon, run
6262
`docker info` and search for `Logging Driver`. You can use the following
6363
command:
6464

65+
{% raw %}
6566
```bash
6667
$ docker info --format '{{.LoggingDriver}}'
6768

6869
json-file
6970
```
71+
{% endraw %}
7072

7173
## Configure the logging driver for a container
7274

0 commit comments

Comments
 (0)