From 7b5d5ced5092d78446ddc8bc977a196466070a19 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Thu, 8 Sep 2016 23:24:01 +0800 Subject: [PATCH] Update the command to restart the docker Change-Id: I73c22055bd332a788cde05132b98b5561a90e68a --- doc/multinode.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/multinode.rst b/doc/multinode.rst index d3e4016975..a72c777e94 100644 --- a/doc/multinode.rst +++ b/doc/multinode.rst @@ -81,8 +81,7 @@ Restart docker by executing the following commands: # CentOS or Ubuntu with systemd systemctl daemon-reload - systemctl stop docker - systemctl start docker + systemctl restart docker # Ubuntu with upstart or sysvinit sudo service docker restart