Skip to content

Conversation

hubbleview
Copy link
Contributor

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.

Clarify the behavior of image removal in Podman compared to Docker.
@hubbleview hubbleview requested a review from a team as a code owner September 19, 2025 00:19
Copy link

github-actions bot commented Sep 19, 2025

Copy link
Contributor

@kilfoyle kilfoyle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 🏎️
Thanks again @hubbleview!

@kilfoyle kilfoyle merged commit a368c62 into main Sep 19, 2025
6 checks passed
@kilfoyle kilfoyle deleted the hubbleview-patch-2 branch September 19, 2025 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants