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

Merge pull request #4392 from SvenDowideit/small-doc-fixes

Small doc fixes
This commit is contained in:
Andy Rothfusz 2014-03-05 12:29:46 -08:00
commit ac734f0d36

View file

@ -59,7 +59,7 @@ inter-container communication is set to false.
For example, there is an image called ``crosbymichael/redis`` that exposes the
port 6379 and starts the Redis server. Let's name the container as ``redis``
based on that image and run it as daemon.
based on that image and run it as a daemon.
.. code-block:: bash