Browse code

Fix minor documentation error in ‘Running Redis Service’ example

Daniel Gasienica authored on 2013/06/01 04:19:49
Showing 1 changed files
... ...
@@ -34,7 +34,7 @@ Snapshot the installation
34 34
 
35 35
 .. code-block:: bash
36 36
 
37
-    docker ps -a  # grab the container id (this will be the last one in the list)
37
+    docker ps -a  # grab the container id (this will be the first one in the list)
38 38
     docker commit <container_id> <your username>/redis
39 39
 
40 40
 Run the service