From 147d85142cceae7542ad0f3421927b6e01d96daf Mon Sep 17 00:00:00 2001 From: Anton Nikitin Date: Thu, 12 Dec 2013 01:09:24 -0500 Subject: [PATCH] Minor spelling fix Upstream-commit: bf5b949ffc005127399db51f8f49c3c8cc4736bc Component: engine --- components/engine/docs/sources/use/working_with_volumes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/sources/use/working_with_volumes.rst b/components/engine/docs/sources/use/working_with_volumes.rst index b5ef991138..341bfe8d6a 100644 --- a/components/engine/docs/sources/use/working_with_volumes.rst +++ b/components/engine/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)