mirror of
https://github.com/containers/podman.git
synced 2025-06-19 00:06:43 +08:00
Merge pull request #19482 from rhatdan/rmi
Make podman run --rmi automatically set --rm
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user