From 37bad6c8c9e79405d99cabef49be160c14bf8c8e Mon Sep 17 00:00:00 2001 From: Matthias Glastra Date: Tue, 18 Jul 2017 23:04:13 +0200 Subject: [PATCH] Update json-file.md (#3878) The -- for log-driver where incorrect. --- engine/admin/logging/json-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/admin/logging/json-file.md b/engine/admin/logging/json-file.md index 2f7301a7ab..f3a2452965 100644 --- a/engine/admin/logging/json-file.md +++ b/engine/admin/logging/json-file.md @@ -40,7 +40,7 @@ You can set the logging driver for a specific container by using the ```bash $ docker run \ - -–log-driver json-file –-log-opt max-size=10m \ + -–log-driver json-file --log-opt max-size=10m \ alpine echo hello world ```