fix typo in docs

Upstream-commit: 99a9783abcf5db6ead15228fcf7bc962fff548f5
Component: engine
This commit is contained in:
Victor Vieux
2013-10-17 17:59:46 +00:00
parent dab2931cd1
commit bdda0e729a

View File

@ -54,7 +54,7 @@ Run the redis container
.. code-block:: bash
docker run -d -e PASSWORD=docker crosbymichael/redis --requirepass=docker
docker run -d -e PASSWORD=docker crosbymichael/redis --requirepass docker
This will run our redis container using the default port of 6379 and using
as password to secure our service. Next we will link the redis container to