Commit a368c62
Add note on Podman image removal behavior (#3039)
Clarify the behavior of image removal in Podman compared to Docker.
When using Podman, removing an image with the `--force` (`-f`) option
not only deletes the image reference but also removes any containers
that depend on that image. This behavior differs from Docker, where
forced image removal does not automatically remove running or stopped
containers. Therefore, avoid using the `--force` (`-f`) option with the
`docker rmi` command.
Co-authored-by: David Kilfoyle <[email protected]>1 parent 3149398 commit a368c62
File tree
1 file changed
+3
-1
lines changed- deploy-manage/deploy/cloud-enterprise
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
0 commit comments