Skip to content

Commit

Permalink
Merge pull request buildbot#767 from gasi/master
Browse files Browse the repository at this point in the history
Fix minor documentation error in ‘Running Redis Service’ example
  • Loading branch information
Solomon Hykes committed May 31, 2013
2 parents 46bdbba + 766a2db commit 1ac36a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -15,6 +15,7 @@ Brian McCallister <brianm@skife.org>
Bruno Bigras <bigras.bruno@gmail.com>
Caleb Spare <cespare@gmail.com>
Charles Hooper <charles.hooper@dotcloud.com>
Daniel Gasienica <daniel@gasienica.ch>
Daniel Mizyrycki <daniel.mizyrycki@dotcloud.com>
Daniel Robinson <gottagetmac@gmail.com>
Daniel Von Fange <daniel@leancoder.com>
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/examples/running_redis_service.rst
Expand Up @@ -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
Expand Down

0 comments on commit 1ac36a3

Please sign in to comment.