Skip to content

Commit bbd2e51

Browse files
authored
Update iot-edge-install-linux.md
1 parent ff38cb6 commit bbd2e51

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

includes/iot-edge-install-linux.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,16 @@ Install the Moby engine.
7474
sudo apt-get install moby-engine
7575
```
7676
---
77-
Once the Moby engine is successfully installed, configure it to use [local logging driver](https://docs.docker.com/config/containers/logging/local/) as the logging mechanism. Learn more about logging configuration in [Production Deployment Checklist](https://docs.microsoft.com/en-us/azure/iot-edge/production-checklist?view=iotedge-2018-06#place-limits-on-log-size).
77+
Once the Moby engine is successfully installed, configure it to use [`local` logging driver](https://docs.docker.com/config/containers/logging/local/) as the logging mechanism. To learn more about logging configuration, see [Production Deployment Checklist](production-checklist.md#place-limits-on-log-size).
7878

7979
* Create or open the Docker daemon's config file at `/etc/docker/daemon.json`.
8080
* Set the default logging driver to the `local` logging driver as shown in the example below.
8181

82-
```JSON
83-
{
84-
"log-driver": "local"
85-
}
86-
```
82+
```JSON
83+
{
84+
"log-driver": "local"
85+
}
86+
```
8787
* Restart the container engine for the changes to take effect.
8888

8989
> [!TIP]

0 commit comments

Comments
 (0)