Skip to content
Discussion options

You must be logged in to vote

podman kill is just sending a signal, just like the kill command it is always async.

If you want to stop containers use podman stop that will block until the container is actually stopped and cleaned up by podman.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@maflcko
Comment options

@rhatdan
Comment options

Answer selected by maflcko
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants