mirror of https://github.com/docker/docs.git
Merge pull request #12003 from sleinen/patch-1
Make explanation consistent with command
This commit is contained in:
commit
a6c04f33e1
|
@ -283,7 +283,7 @@ To specify a DNS server for use by Docker:
|
||||||
**Or, as an alternative to the previous procedure,** disable `dnsmasq` in
|
**Or, as an alternative to the previous procedure,** disable `dnsmasq` in
|
||||||
NetworkManager (this might slow your network).
|
NetworkManager (this might slow your network).
|
||||||
|
|
||||||
1. Open the `/etc/default/docker` file for editing.
|
1. Open the `/etc/NetworkManager/NetworkManager.conf` file for editing.
|
||||||
|
|
||||||
$ sudo nano /etc/NetworkManager/NetworkManager.conf
|
$ sudo nano /etc/NetworkManager/NetworkManager.conf
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue