Docker stop: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=External= * https://docs.docker.com/engine/reference/commandline/stop/ =Internal= * Client Operations =Overview= Stop a running contain...") |
|||
Line 10: | Line 10: | ||
Stop a running container by sending SIGTERM and then SIGKILL after a grace period | Stop a running container by sending SIGTERM and then SIGKILL after a grace period | ||
docker stop <''options''> <''container-id''> <''container-id''> ... |
Revision as of 02:15, 20 November 2017
External
Internal
Overview
Stop a running container by sending SIGTERM and then SIGKILL after a grace period
docker stop <options> <container-id> <container-id> ...