Explorar o código

Change restarting Docker daemon command in CentOS

Signed-off-by: bin liu <liubin0329@gmail.com>
bin liu %!s(int64=10) %!d(string=hai) anos
pai
achega
aa5fc634f1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.