Commit 8fff30f
Add an important note about image removal command for Podman vs Docker (#3038)
Added note about Podman image removal behavior 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 a368c62 commit 8fff30f
File tree
1 file changed
+4
-0
lines changed- deploy-manage/deploy/cloud-enterprise
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
521 | 521 | | |
522 | 522 | | |
523 | 523 | | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
0 commit comments