mirror of
https://github.com/containers/podman.git
synced 2025-11-02 14:55:28 +08:00
Forcing users to set --rm when setting --rmi is just bad UI. If I want the image to be removed, it implies that I want the container removed that I am creating. Fixes: https://github.com/containers/podman/issues/15640 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>