Tweak formatting for GCE instructions

Upstream-commit: b308e33106832cd4452f473ff0a54c2031070e0a
Component: engine
This commit is contained in:
Joe Beda
2014-01-06 10:30:02 -08:00
parent a8ce549c09
commit dcc35456a2

View File

@ -57,7 +57,7 @@
docker-playground:~$ curl get.docker.io | bash
docker-playground:~$ sudo update-rc.d docker defaults
7. 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.
7. 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 <https://code.google.com/p/google-compute-engine/issues/detail?id=57>`_ for more details.
.. code-block:: bash