Skip to content

Conversation

hubbleview
Copy link
Contributor

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.

Added note about Podman image removal behavior compared to Docker.
@hubbleview hubbleview requested a review from a team as a code owner September 19, 2025 00:18
Copy link

github-actions bot commented Sep 19, 2025

🔍 Preview links for changed docs

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! 🏎️
Nice. Thanks for adding this @hubbleview!

@kilfoyle kilfoyle merged commit 8fff30f into main Sep 19, 2025
6 checks passed
@kilfoyle kilfoyle deleted the hubbleview-patch-1 branch September 19, 2025 13:19
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