mirror of https://github.com/docker/docs.git
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:
parent
52c50d6d7e
commit
e2aaddd66c
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue