podman stop web

Category: Kubernetes & Containers

podman stop web

Stop a running container

Sends SIGTERM to the web container's main process and waits for it to exit, letting the app shut down cleanly. The container stays on disk and can be restarted with podman start web. A hung container can be killed with podman stop -t 0 web.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.