mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update instructions for mtu flag for Docker on GCE
This commit is contained in:
parent
af50b2f17c
commit
ea762c1a51
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue