Merge pull request #19482 from rhatdan/rmi

Make podman run --rmi automatically set --rm
This commit is contained in:
OpenShift Merge Robot
2023-08-03 10:55:00 +02:00
committed by GitHub
3 changed files with 14 additions and 3 deletions

View File

@ -347,7 +347,7 @@ the container when it exits. The default is **false**.
#### **--rmi**
After exit of the container, remove the image unless another
container is using it. The default is *false*.
container is using it. Implies --rm=true on the new container. The default is *false*.
@@option rootfs