Update the command to restart the docker

Change-Id: I73c22055bd332a788cde05132b98b5561a90e68a
This commit is contained in:
caoyuan 2016-09-08 23:24:01 +08:00
parent 052da60beb
commit 7b5d5ced50

View File

@ -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