Browse code

Fix minor typo in docs

Signed-off-by: Harald Albers <github@albersweb.de>

Harald Albers authored on 2015/09/08 04:16:38
Showing 1 changed files
... ...
@@ -19,7 +19,7 @@ parent = "smn_cli"
19 19
     --name=               Specify volume name
20 20
     -o, --opt=map[]       Set driver specific options
21 21
 
22
-Creates a new volume that containers can can consume and store data in. If a name is not specified, Docker generates a random name. You create a volume and then configure the container to use it, for example:
22
+Creates a new volume that containers can consume and store data in. If a name is not specified, Docker generates a random name. You create a volume and then configure the container to use it, for example:
23 23
 
24 24
   $ docker volume create --name hello
25 25
   hello