瀏覽代碼

Fix minor documentation error in ‘Running Redis Service’ example

Daniel Gasienica 12 年之前
父節點
當前提交
fd0c501e6d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
 
-    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