Change restarting Docker daemon command in CentOS
Signed-off-by: bin liu <liubin0329@gmail.com>
This commit is contained in:
parent
39999edcc9
commit
aa5fc634f1
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue