Skip to content
Snippets Groups Projects
Commit 7b5d5ced authored by caoyuan's avatar caoyuan
Browse files

Update the command to restart the docker

Change-Id: I73c22055bd332a788cde05132b98b5561a90e68a
parent 052da60b
No related branches found
No related tags found
No related merge requests found
...@@ -81,8 +81,7 @@ Restart docker by executing the following commands: ...@@ -81,8 +81,7 @@ Restart docker by executing the following commands:
# CentOS or Ubuntu with systemd # CentOS or Ubuntu with systemd
systemctl daemon-reload systemctl daemon-reload
systemctl stop docker systemctl restart docker
systemctl start docker
# Ubuntu with upstart or sysvinit # Ubuntu with upstart or sysvinit
sudo service docker restart sudo service docker restart
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment