1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

google-compute-engine: fix typos

This commit is contained in:
Johan Euphrosine 2014-01-08 00:11:06 -08:00
parent 322a42b8a2
commit a3ee36b747

View file

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