fix in logging/overview.md (#1852)

Changes `<NAME>-<VALUE>` to `<NAME>=<VALUE>`
This commit is contained in:
Rafael Eyng 2017-02-18 18:49:02 -02:00 committed by John Mulhausen
parent bbb6cb96ed
commit 161c3e47b6
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ Logging Driver: json-file
When you start a container, you can configure it to use a different logging 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 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 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. driver, it can use different configurable options.
To find the current logging driver for a running container, if the daemon To find the current logging driver for a running container, if the daemon