Browse Source

Merge pull request #3189 from aknikitin/patch-1

Minor spelling fix
Andy Rothfusz 11 years ago
parent
commit
54df95f26c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/sources/use/working_with_volumes.rst

+ 1 - 1
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:
 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``::
 ``-d`` and with one volume ``/var/lib/couchdb``::
 
 
   COUCH1=$(sudo docker run -d -v /var/lib/couchdb shykes/couchdb:2013-05-03)
   COUCH1=$(sudo docker run -d -v /var/lib/couchdb shykes/couchdb:2013-05-03)