added "docker" to systemd is-active command (#2599)

The command was missing "docker" on the end for the systemd example.
This commit is contained in:
Shane Castle 2017-04-03 20:20:40 -04:00 committed by John Mulhausen
parent 52c50d6d7e
commit e2aaddd66c
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ Use the appropriate command below to check whether Docker is running:
| Init system | Command |
|--------------|-----------------------------|
| `systemd` | `sudo systemctl is-active ` |
| `systemd` | `sudo systemctl is-active docker ` |
| `upstart` | `sudo status docker` |
You can also use Docker itself to check whether Docker is running: