mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Make explanation consistent with command
To reduce confusion of the reader. Fixes a likely cut & paste error. Signed-off-by: Simon Leinen <simon.leinen@gmail.com>
This commit is contained in:
parent
7101419c1c
commit
b58c4b8e68
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ To specify a DNS server for use by Docker:
|
|||
**Or, as an alternative to the previous procedure,** disable `dnsmasq` in
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue