mirror of
https://github.com/containers/podman.git
synced 2025-10-11 08:15:25 +08:00

Docker does not require `--type` to be passed, defaulting to `type=volume` in cases where it's not passed. Do the same in our volume parsing, and add a test to verify this works as expected. Fixes #26101 Signed-off-by: Matthew Heon <matthew.heon@pm.me>