Просмотр исходного кода

Fixed DOCKER_OPTS

Docker-DCO-1.1-Signed-off-by: James Turnbull <james@lovedthanlost.net> (github: jamtur01)
James Turnbull 11 лет назад
Родитель
Сommit
0b97725340
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/sources/installation/ubuntulinux.md

+ 1 - 1
docs/sources/installation/ubuntulinux.md

@@ -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