mirror of
https://github.com/containers/podman.git
synced 2026-07-18 11:11:54 -04: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>