From 66f9839296d7f53b9490b68c20dcddaee3a9bdc8 Mon Sep 17 00:00:00 2001 From: Lydell Manganti Date: Tue, 27 Feb 2018 16:50:13 +1000 Subject: [PATCH] Update json-file.md (#6085) --- config/containers/logging/json-file.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/containers/logging/json-file.md b/config/containers/logging/json-file.md index 72fc2f8cec..79810568b9 100644 --- a/config/containers/logging/json-file.md +++ b/config/containers/logging/json-file.md @@ -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.