"daemon reload" should be "daemon-reload"

...`systemctl daemon reload`... should read ...`systemctl daemon-reload`...
This commit is contained in:
Gifford Nowland 2020-08-20 02:41:10 -04:00 committed by GitHub
parent a9c742c5ff
commit 289449768d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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