From e2aaddd66cb34689f3301667bef157fcfef27c3b Mon Sep 17 00:00:00 2001 From: Shane Castle Date: Mon, 3 Apr 2017 20:20:40 -0400 Subject: [PATCH] added "docker" to systemd is-active command (#2599) The command was missing "docker" on the end for the systemd example. --- engine/admin/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/admin/index.md b/engine/admin/index.md index ec84bc62a7..5b3fa03d85 100644 --- a/engine/admin/index.md +++ b/engine/admin/index.md @@ -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: