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

Change restarting Docker daemon command in CentOS
Upstream-commit: db647c3b603ed6cd4a792473ab6e88304d38a07a
Component: engine
This commit is contained in:
Jessie Frazelle
2015-07-27 10:54:55 -07:00

View File

@ -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.