Merge pull request #7896 from docker/Fix-logging-driver-error

Update configure.md to fix logging driver formatting error
This commit is contained in:
Maria Bermudez 2018-12-19 14:35:01 -08:00 committed by GitHub
commit ff6e1a359a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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