소스 검색

Update instructions for mtu flag for Docker on GCE

Joe Beda 11 년 전
부모
커밋
ea762c1a51
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      docs/sources/installation/google.rst

+ 2 - 1
docs/sources/installation/google.rst

@@ -62,7 +62,8 @@
 
 .. code-block:: bash
 
-    docker -d -mtu 1460
+    docker-playground:~$ echo "DOCKER_OPTS="$DOCKER_OPTS -mtu 1460" | sudo tee -a /etc/defaults/docker
+    docker-playground:~$ sudo service docker restart
 
 8. Start a new container: