From 2edd24ea8076135a2c182b6b7ea32390c77184ac Mon Sep 17 00:00:00 2001 From: Harald Albers Date: Mon, 7 Sep 2015 21:16:38 +0200 Subject: [PATCH] Fix minor typo in docs Signed-off-by: Harald Albers --- docs/reference/commandline/volume_create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/volume_create.md b/docs/reference/commandline/volume_create.md index 52216df2e8..12b381eab4 100644 --- a/docs/reference/commandline/volume_create.md +++ b/docs/reference/commandline/volume_create.md @@ -19,7 +19,7 @@ parent = "smn_cli" --name= Specify volume name -o, --opt=map[] Set driver specific options -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: +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: $ docker volume create --name hello hello