podman inspect <container id|name> | grep Pid
ps -fp <PID>
kill -9 <PID>
# to verify:
ps -o pid,stat,cmd -p <PID>
Created
August 29, 2025 10:17
-
-
Save ramingar/cae993e6d8813181c5a9c9ef3bad0241 to your computer and use it in GitHub Desktop.
Force to stop a container
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment