소스 검색

Merge pull request #6438 from jamtur01/opts

Fixed DOCKER_OPTS
Sven Dowideit 11 년 전
부모
커밋
b3e80c6935
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
     ---
     # 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