Merge pull request #11705 from thaJeztah/fix_incorrect_log

logging: remove incorrect line about docker inspect
This commit is contained in:
Usha Mandya 2020-11-05 15:23:07 +00:00 committed by GitHub
commit 0492b1ca16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -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 <CONTAINER>` 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: