From 650200239b1bd5182524b9a0edf7f9981ab053b2 Mon Sep 17 00:00:00 2001 From: Johan Euphrosine Date: Tue, 4 Feb 2014 17:19:05 -0800 Subject: [PATCH] docs/installation/google: remove -mtu flag --- docs/sources/installation/google.rst | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/docs/sources/installation/google.rst b/docs/sources/installation/google.rst index 88118778a2..cc1df5da24 100644 --- a/docs/sources/installation/google.rst +++ b/docs/sources/installation/google.rst @@ -50,18 +50,9 @@ docker-playground:~$ curl get.docker.io | bash docker-playground:~$ sudo update-rc.d docker defaults -6. If running in zones: ``us-central1-a``, ``europe-west1-1``, and ``europe-west1-b``, the docker daemon must be started with the ``-mtu`` flag. Without the flag, you may experience intermittent network pauses. -`See this issue `_ for more details. - -.. code-block:: bash - - docker-playground:~$ echo 'DOCKER_OPTS="$DOCKER_OPTS -mtu 1460"' | sudo tee -a /etc/default/docker - docker-playground:~$ sudo service docker restart - -7. Start a new container: +6. Start a new container: .. code-block:: bash docker-playground:~$ sudo docker run busybox echo 'docker on GCE \o/' docker on GCE \o/ -