mirror of https://github.com/docker/docs.git
fix in logging/overview.md (#1852)
Changes `<NAME>-<VALUE>` to `<NAME>=<VALUE>`
This commit is contained in:
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
|
||||
|
|
Loading…
Reference in New Issue