Skip to content

Commit 90383df

Browse files
Merge pull request #216826 from PatAltimore/patricka-container-restart
Add container restart command
2 parents a00f8c6 + 214450b commit 90383df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

includes/iot-edge-install-linux.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@ Once the Moby engine is successfully installed, configure it to use [`local` log
133133
```
134134
* Restart the container engine for the changes to take effect.
135135
136+
```bash
137+
sudo systemctl restart docker
138+
```
139+
136140
> [!TIP]
137141
> If you get errors when you install the Moby container engine, verify your Linux kernel for Moby compatibility. Some embedded device manufacturers ship device images that contain custom Linux kernels without the features required for container engine compatibility. Run the following command, which uses the [check-config script](https://github.com/moby/moby/blob/master/contrib/check-config.sh) provided by Moby, to check your kernel configuration:
138142
>

0 commit comments

Comments
 (0)