mirror of
https://github.com/containers/podman.git
synced 2026-03-06 16:00:34 -05: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>