mirror of
https://github.com/containers/podman.git
synced 2026-03-19 23:29:00 -04:00
the go binding for remove container was using 'vols' for a key to remove volumes associated to the container. the correct key should be "v" and is documented as such. Fixes: #7128 Signed-off-by: Brent Baude <bbaude@redhat.com>