Fixed DOCKER_OPTS
Docker-DCO-1.1-Signed-off-by: James Turnbull <james@lovedthanlost.net> (github: jamtur01) Upstream-commit: 0b97725340504b57b0abfa112746a16ba6a0d631 Component: engine
This commit is contained in:
@ -316,7 +316,7 @@ Docker daemon for the containers:
|
||||
$ sudo nano /etc/default/docker
|
||||
---
|
||||
# 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
|
||||
# multiple DNS servers can be specified: --dns 8.8.8.8 --dns 192.168.1.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user