浏览代码

Merge pull request #15031 from liubin/typo/liubin-change-restart-command

Change restarting Docker daemon command in CentOS
Jessie Frazelle 10 年之前
父节点
当前提交
db647c3b60
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/articles/configuring.md

+ 1 - 1
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.