From aa5fc634f1d508eeb398977d7723f0255664ff78 Mon Sep 17 00:00:00 2001 From: bin liu Date: Mon, 27 Jul 2015 22:20:41 +0800 Subject: [PATCH] Change restarting Docker daemon command in CentOS Signed-off-by: bin liu --- docs/articles/configuring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/configuring.md b/docs/articles/configuring.md index d7ae834d06..f10cee5e93 100644 --- a/docs/articles/configuring.md +++ b/docs/articles/configuring.md @@ -215,7 +215,7 @@ with explanations. 6. Restart the `docker` daemon. ``` - $ sudo service docker restart + $ sudo systemctl restart docker ``` 7. Verify that the `docker` daemon is running as specified with the `ps` command.