From e71bd977cf1bef182c290d09ba125a8d0a1f58df Mon Sep 17 00:00:00 2001 From: Zhang Kun Date: Fri, 30 Oct 2015 10:48:56 +0800 Subject: [PATCH] fix doc Signed-off-by: Zhang Kun fix doc Signed-off-by: Zhang Kun --- 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 f91c1e41..b484724f 100644 --- a/docs/reference/commandline/volume_create.md +++ b/docs/reference/commandline/volume_create.md @@ -33,7 +33,7 @@ Multiple containers can use the same volume in the same time period. This is use Volume names must be unique among drivers. This means you cannot use the same volume name with two different drivers. If you attempt this `docker` returns an error: ``` -A volume named %s already exists with the %s driver. Choose a different volume name. +A volume named "hello" already exists with the "some-other" driver. Choose a different volume name. ``` If you specify a volume name already in use on the current driver, Docker assumes you want to re-use the existing volume and does not return an error.