Update instructions for mtu flag for Docker on GCE

This commit is contained in:
Joe Beda 2014-01-06 09:29:33 -08:00
parent af50b2f17c
commit ea762c1a51
1 changed files with 2 additions and 1 deletions

View File

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