Merge "Update the command to restart the docker"

This commit is contained in:
Jenkins 2016-09-08 15:54:58 +00:00 committed by Gerrit Code Review
commit 76c6b3620d

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