mirror of https://github.com/docker/docs.git
"daemon reload" should be "daemon-reload"
...`systemctl daemon reload`... should read ...`systemctl daemon-reload`...
This commit is contained in:
parent
a9c742c5ff
commit
289449768d
|
@ -69,6 +69,6 @@ docker-machine. Make sure you don't have any other configuration files in this
|
|||
that override the [ExecStart] setting.
|
||||
|
||||
Once you have confirmed any conflicting settings have been removed, run
|
||||
`sudo systemctl daemon reload` followed by `sudo systemctl restart docker`
|
||||
`sudo systemctl daemon-reload` followed by `sudo systemctl restart docker`
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue