mirror of
https://github.com/containers/podman.git
synced 2026-03-27 19:13:49 -04: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>