Преглед на файлове

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.