Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@fosiki.com> (github: SvenDowideit)
\nDocker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@fosiki.com> (github: )
Upstream-commit: 83de8bb842b97094651207202a5474b8fec5259f
Component: engine
This commit is contained in:
Sven Dowideit
2014-03-05 02:41:14 +00:00
committed by Sven Dowideit
parent 12a77fdca5
commit 59e55af69a
@@ -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