Docker stop
Jump to navigation
Jump to search
External
Internal
Overview
Stop a running container by sending SIGTERM and then SIGKILL after a grace period
docker stop <options> <container-id> <container-id> ...
Stop a running container by sending SIGTERM and then SIGKILL after a grace period
docker stop <options> <container-id> <container-id> ...