Update json-file.md (#6085)

This commit is contained in:
Lydell Manganti 2018-02-27 16:50:13 +10:00 committed by Gwendolynne Barr
parent 2e25dd40b0
commit 66f9839296
1 changed files with 3 additions and 3 deletions

View File

@ -18,9 +18,9 @@ only one container.
To use the `json-file` driver as the default logging driver, set the `log-driver`
and `log-opt` keys to appropriate values in the `daemon.json` file, which is
located in `/etc/docker/` on Linux hosts or
`C:\ProgramData\docker\config\daemon.json` on Windows Server. For more about
+configuring Docker using `daemon.json`, see
+[daemon.json](/engine/reference/commandline/dockerd.md#daemon-configuration-file).
`C:\ProgramData\docker\config\daemon.json` on Windows Server. For more information about
configuring Docker using `daemon.json`, see
[daemon.json](/engine/reference/commandline/dockerd.md#daemon-configuration-file).
The following example sets the log driver to `json-file` and sets the `max-size`
option.