Jelajahi Sumber

Fix minor documentation error in ‘Running Redis Service’ example

Daniel Gasienica 12 tahun lalu
induk
melakukan
fd0c501e6d
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      docs/sources/examples/running_redis_service.rst

+ 1 - 1
docs/sources/examples/running_redis_service.rst

@@ -34,7 +34,7 @@ Snapshot the installation
 
 
 .. code-block:: bash
 .. 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
     docker commit <container_id> <your username>/redis
 
 
 Run the service
 Run the service