From 161c3e47b6ad64d2efdc78bf03d5fedfc797f6ac Mon Sep 17 00:00:00 2001 From: Rafael Eyng Date: Sat, 18 Feb 2017 18:49:02 -0200 Subject: [PATCH] fix in logging/overview.md (#1852) Changes `-` to `=` --- engine/admin/logging/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/admin/logging/overview.md b/engine/admin/logging/overview.md index cac3d9fa30..93cf100d79 100644 --- a/engine/admin/logging/overview.md +++ b/engine/admin/logging/overview.md @@ -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 -` flag. Even if the container uses the default logging +`--log-opt =` 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