mirror of https://github.com/docker/docs.git
Merge pull request #7896 from docker/Fix-logging-driver-error
Update configure.md to fix logging driver formatting error
This commit is contained in:
commit
ff6e1a359a
|
|
@ -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
|
`docker info` and search for `Logging Driver`. You can use the following
|
||||||
command:
|
command:
|
||||||
|
|
||||||
|
{% raw %}
|
||||||
```bash
|
```bash
|
||||||
$ docker info --format '{{.LoggingDriver}}'
|
$ docker info --format '{{.LoggingDriver}}'
|
||||||
|
|
||||||
json-file
|
json-file
|
||||||
```
|
```
|
||||||
|
{% endraw %}
|
||||||
|
|
||||||
## Configure the logging driver for a container
|
## Configure the logging driver for a container
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue