mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
fix in logging/overview.md (#1852)
Changes `<NAME>-<VALUE>` to `<NAME>=<VALUE>`
This commit is contained in:
committed by
John Mulhausen
parent
bbb6cb96ed
commit
161c3e47b6
@@ -37,7 +37,7 @@ Logging Driver: json-file
|
||||
When you start a container, you can configure it to use a different logging
|
||||
driver than the Docker daemon's default. If the logging driver has configurable
|
||||
options, you can set them using one or more instances of the
|
||||
`--log-opt <NAME>-<VALUE>` flag. Even if the container uses the default logging
|
||||
`--log-opt <NAME>=<VALUE>` flag. Even if the container uses the default logging
|
||||
driver, it can use different configurable options.
|
||||
|
||||
To find the current logging driver for a running container, if the daemon
|
||||
|
||||
Reference in New Issue
Block a user