mirror of https://github.com/docker/docs.git
Changed log-opt to log-opts
This commit is contained in:
parent
b32cd2997b
commit
cf1fa0b7c8
|
@ -26,7 +26,7 @@ stores the following metadata in the journal with each message:
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
To use the `journald` driver as the default logging driver, set the `log-driver`
|
To use the `journald` driver as the default logging driver, set the `log-driver`
|
||||||
and `log-opt` keys to appropriate values in the `daemon.json` file, which is
|
and `log-opts` keys to appropriate values in the `daemon.json` file, which is
|
||||||
located in `/etc/docker/` on Linux hosts or
|
located in `/etc/docker/` on Linux hosts or
|
||||||
`C:\ProgramData\docker\config\daemon.json` on Windows Server. For more about
|
`C:\ProgramData\docker\config\daemon.json` on Windows Server. For more about
|
||||||
configuring Docker using `daemon.json`, see
|
configuring Docker using `daemon.json`, see
|
||||||
|
|
Loading…
Reference in New Issue