We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As the title desc, volume name should be validated before Create.
root@lin-vm1:~# pouch volume create --name "abc def" Name: abc def Scope: Status: map[size:] CreatedAt: 2018-11-2 17:54:38 Driver: local Labels: map[] Mountpoint: /var/lib/pouch/volume/abc def
The volume name should be "^[a-zA-Z0-9][a-zA-Z0-9_.-]$".
None
pouch version
uname -a
The text was updated successfully, but these errors were encountered:
If need, i will fix it.
Sorry, something went wrong.
already fix in #2394
OK, got it.
No branches or pull requests
Ⅰ. Issue Description
As the title desc, volume name should be validated before Create.
Ⅱ. Describe what happened
Ⅲ. Describe what you expected to happen
The volume name should be "^[a-zA-Z0-9][a-zA-Z0-9_.-]$".
IⅤ. Anything else we need to know?
None
V. Environment:
pouch version
):uname -a
):The text was updated successfully, but these errors were encountered: