mirror of
https://github.com/containers/podman.git
synced 2025-06-20 17:13:43 +08:00

The --rmi flag will delete the container image after its execution unless that image is already been used by another container(s). This is useful when one wants to execute a container once and remove any resources attached to it. Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>