mirror of https://github.com/docker/docs.git
fixed command inconsistency
This commit is contained in:
parent
e589713da8
commit
464b1c03c9
|
@ -421,8 +421,7 @@ To disable `dnsmasq` on RHEL, CentOS, or Fedora:
|
|||
1. Disable the `dnsmasq` service:
|
||||
|
||||
```console
|
||||
$ sudo service dnsmasq stop
|
||||
|
||||
$ sudo systemctl stop dnsmasq
|
||||
$ sudo systemctl disable dnsmasq
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue