mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
commit
b3e80c6935
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ Docker daemon for the containers:
|
||||||
$ sudo nano /etc/default/docker
|
$ sudo nano /etc/default/docker
|
||||||
---
|
---
|
||||||
# Add:
|
# Add:
|
||||||
$ docker_OPTS="--dns 8.8.8.8"
|
$ DOCKER_OPTS="--dns 8.8.8.8"
|
||||||
# 8.8.8.8 could be replaced with a local DNS server, such as 192.168.1.1
|
# 8.8.8.8 could be replaced with a local DNS server, such as 192.168.1.1
|
||||||
# multiple DNS servers can be specified: --dns 8.8.8.8 --dns 192.168.1.1
|
# multiple DNS servers can be specified: --dns 8.8.8.8 --dns 192.168.1.1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue