From 9ae5c1b9976a5d205959b00be4d066b689da8bbb 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 Upstream-commit: aa5fc634f1d508eeb398977d7723f0255664ff78 Component: engine --- components/engine/docs/articles/configuring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/articles/configuring.md b/components/engine/docs/articles/configuring.md index d7ae834d06..f10cee5e93 100644 --- a/components/engine/docs/articles/configuring.md +++ b/components/engine/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.