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:
parent
322a42b8a2
commit
a3ee36b747
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue