mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
Update configure.md
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user