mirror of https://github.com/docker/docs.git
Merge pull request #11270 from gnowland/patch-1
TYPO: "daemon reload" should be "daemon-reload"
This commit is contained in:
commit
1890610f68
|
|
@ -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