Update configure.md

This commit is contained in:
Anne Henmi
2018-12-19 15:25:25 -07:00
committed by GitHub
parent d3bebc2b6f
commit 7790911368

View File

@@ -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