From 6a6fc45959618f67567247a4d31f4789ce17e782 Mon Sep 17 00:00:00 2001 From: Shane Sewell Date: Thu, 7 Mar 2019 11:08:18 -0600 Subject: [PATCH] Fixed minor typo --- config/containers/live-restore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/containers/live-restore.md b/config/containers/live-restore.md index eaa2c2310d..f37a285b68 100644 --- a/config/containers/live-restore.md +++ b/config/containers/live-restore.md @@ -34,7 +34,7 @@ when the daemon becomes unavailable. **Only do one of the following**. ``` - Restart the Docker daemon. On Linux, you can avoid a restart (and avoid any - downtime for your containers) by reload the Docker daemon. If you use + downtime for your containers) by reloading the Docker daemon. If you use `systemd`, then use the command `systemctl reload docker`. Otherwise, send a `SIGHUP` signal to the `dockerd` process.