mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03:00
fix doc
Signed-off-by: Zhang Kun <zkazure@gmail.com>
fix doc
Signed-off-by: Zhang Kun <zkazure@gmail.com>
Upstream-commit: e71bd977cf
Component: cli
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user