You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/commandline/volume_create.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Multiple containers can use the same volume in the same time period. This is use
33
33
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:
34
34
35
35
```
36
-
A volume named %s already exists with the %s driver. Choose a different volume name.
36
+
A volume named "hello" already exists with the "some-other" driver. Choose a different volume name.
37
37
```
38
38
39
39
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.
0 commit comments