Fix minor documentation error in ‘Running Redis Service’ example

Upstream-commit: fd0c501e6d65b665cba87f3449e02a722d90e6b1
Component: engine
This commit is contained in:
Daniel Gasienica
2013-05-31 12:19:49 -07:00
parent fafc527cb3
commit 86f679c012
@@ -34,7 +34,7 @@ Snapshot the installation
.. code-block:: bash
docker ps -a # grab the container id (this will be the last one in the list)
docker ps -a # grab the container id (this will be the first one in the list)
docker commit <container_id> <your username>/redis
Run the service