mirror of https://github.com/docker/docs.git
Merge pull request #767 from gasi/master
Fix minor documentation error in ‘Running Redis Service’ example
This commit is contained in:
commit
1ac36a3adf
1
AUTHORS
1
AUTHORS
|
@ -15,6 +15,7 @@ Brian McCallister <brianm@skife.org>
|
||||||
Bruno Bigras <bigras.bruno@gmail.com>
|
Bruno Bigras <bigras.bruno@gmail.com>
|
||||||
Caleb Spare <cespare@gmail.com>
|
Caleb Spare <cespare@gmail.com>
|
||||||
Charles Hooper <charles.hooper@dotcloud.com>
|
Charles Hooper <charles.hooper@dotcloud.com>
|
||||||
|
Daniel Gasienica <daniel@gasienica.ch>
|
||||||
Daniel Mizyrycki <daniel.mizyrycki@dotcloud.com>
|
Daniel Mizyrycki <daniel.mizyrycki@dotcloud.com>
|
||||||
Daniel Robinson <gottagetmac@gmail.com>
|
Daniel Robinson <gottagetmac@gmail.com>
|
||||||
Daniel Von Fange <daniel@leancoder.com>
|
Daniel Von Fange <daniel@leancoder.com>
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue