Merge pull request #2742 from rick/patch-1

Tiny typo cleanup
This commit is contained in:
Andy Rothfusz 2013-11-18 11:37:37 -08:00
Родитель 4546832507 b76574f855
Коммит c1cd824570
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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)