| ... | ... |
@@ -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 |