mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
8d5a615045
this improves the error message if a user tries to create a volume with a single-character name: Before this change: docker volume create --name a Error response from daemon: create a: "a" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed After this change: docker volume create --name a Error response from daemon: create a: volume name is too short, names should be at least two alphanumeric characters Signed-off-by: Sebastiaan van Stijn <github@gone.nl> |
||
---|---|---|
.. | ||
drivers | ||
local | ||
store | ||
testutils | ||
volume.go | ||
volume_copy.go | ||
volume_propagation_linux.go | ||
volume_propagation_linux_test.go | ||
volume_propagation_unsupported.go | ||
volume_test.go | ||
volume_unix.go | ||
volume_windows.go |