Browse code

Change restarting Docker daemon command in CentOS

Signed-off-by: bin liu <liubin0329@gmail.com>

bin liu authored on 2015/07/27 23:20:41
Showing 1 changed files
... ...
@@ -215,7 +215,7 @@ with explanations.
215 215
 6. Restart the `docker` daemon.
216 216
 
217 217
     ```
218
-    $ sudo service docker restart
218
+    $ sudo systemctl restart docker
219 219
     ```
220 220
 
221 221
 7. Verify that the `docker` daemon is running as specified with the `ps` command.