mirror of
https://github.com/containers/podman.git
synced 2026-07-19 03:32:00 -04:00
This fixes #13756. All the mechanics to create anonymous volumes is already present, but there's still a validation preventing that path from being taken. We remove the validation, which allows the volume to be created successfully. Signed-off-by: Andrew Aylett <andrew@aylett.co.uk>