From cb5c8b0de38976cde0fe80f135bc5b5086e72d7c Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 5 Nov 2020 15:12:03 +0100 Subject: [PATCH] logging: remove incorrect line about docker inspect The logging driver bears not relation to the output of commands such as `docker inspect`, so this line was incorrect. Looks like this was added as part of a bigger rewrite/refactor in d536881651da2c17f011815f82cc4b073d244579, so likely missed Signed-off-by: Sebastiaan van Stijn --- config/containers/logging/configure.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/containers/logging/configure.md b/config/containers/logging/configure.md index 4056370fb53..04d07d19dee 100644 --- a/config/containers/logging/configure.md +++ b/config/containers/logging/configure.md @@ -56,9 +56,7 @@ example sets two configurable options on the `json-file` logging driver: > be provided as strings. Boolean and numeric values (such as the value for > `max-file` in the example above) must therefore be enclosed in quotes (`"`). -If you do not specify a logging driver, the default is `json-file`. Thus, -the default output for commands such as `docker inspect ` is JSON. - +If you do not specify a logging driver, the default is `json-file`. To find the current default logging driver for the Docker daemon, run `docker info` and search for `Logging Driver`. You can use the following command on Linux, macOS, or PowerShell on Windows: