From fd0c501e6d65b665cba87f3449e02a722d90e6b1 Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Fri, 31 May 2013 12:19:49 -0700 Subject: [PATCH 1/2] =?UTF-8?q?Fix=20minor=20documentation=20error=20in=20?= =?UTF-8?q?=E2=80=98Running=20Redis=20Service=E2=80=99=20example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/sources/examples/running_redis_service.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/examples/running_redis_service.rst b/docs/sources/examples/running_redis_service.rst index 018b061707..4b5d161e61 100644 --- a/docs/sources/examples/running_redis_service.rst +++ b/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 /redis Run the service From 766a2db0d94d0f7cd8bdb71762476893a4df4cc1 Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Fri, 31 May 2013 12:19:57 -0700 Subject: [PATCH 2/2] Add Daniel Gasienica to AUTHORS --- AUTHORS | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS b/AUTHORS index fdddedde15..1599a1d0e1 100644 --- a/AUTHORS +++ b/AUTHORS @@ -15,6 +15,7 @@ Brian McCallister Bruno Bigras Caleb Spare Charles Hooper +Daniel Gasienica Daniel Mizyrycki Daniel Robinson Daniel Von Fange