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> |
||
---|---|---|
.. | ||
local.go | ||
local_test.go | ||
local_unix.go | ||
local_windows.go |