Merge pull request #8421 from ssewell/patch-1

Fixed minor typo
This commit is contained in:
Maria Bermudez 2019-03-08 09:35:19 -08:00 committed by GitHub
commit adeba07213
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.