From bf5b949ffc005127399db51f8f49c3c8cc4736bc Mon Sep 17 00:00:00 2001 From: Anton Nikitin Date: Thu, 12 Dec 2013 01:09:24 -0500 Subject: [PATCH] Minor spelling fix --- 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 b5ef991138..341bfe8d6a 100644 --- a/docs/sources/use/working_with_volumes.rst +++ b/docs/sources/use/working_with_volumes.rst @@ -46,7 +46,7 @@ volumes to any container created from the image:: Mount Volumes from an Existing Container: ----------------------------------------- -The command below creates a new container which is runnning as daemon +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)