From b76574f85512d3566bd056d516084e777788a82c Mon Sep 17 00:00:00 2001 From: Rick Bradley Date: Sun, 17 Nov 2013 21:10:06 -0800 Subject: [PATCH] Tiny typo cleanup --- docs/sources/use/working_with_volumes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/use/working_with_volumes.rst b/docs/sources/use/working_with_volumes.rst index 25febad755..3a06685e54 100644 --- a/docs/sources/use/working_with_volumes.rst +++ b/docs/sources/use/working_with_volumes.rst @@ -45,7 +45,7 @@ Create a new container using existing volumes from an existing container: --------------------------------------------------------------------------- -The command below creates a new container which is runnning as daemon ``-d`` and with one volume ``/var/lib/couchdb``:: +The command below creates a new container which is running as daemon ``-d`` and with one volume ``/var/lib/couchdb``:: COUCH1=$(sudo docker run -d -v /var/lib/couchdb shykes/couchdb:2013-05-03)