From 0b97725340504b57b0abfa112746a16ba6a0d631 Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Sun, 15 Jun 2014 12:26:52 -0400 Subject: [PATCH] Fixed DOCKER_OPTS Docker-DCO-1.1-Signed-off-by: James Turnbull (github: jamtur01) --- docs/sources/installation/ubuntulinux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/installation/ubuntulinux.md b/docs/sources/installation/ubuntulinux.md index 0a05bd861d..f1ba4971eb 100644 --- a/docs/sources/installation/ubuntulinux.md +++ b/docs/sources/installation/ubuntulinux.md @@ -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