Docker stop: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
=Internal= | =Internal= | ||
* [[ | * [[Docker_Client_Operations#Stop_a_Container|Container Lifecycle Operations]] | ||
=Overview= | =Overview= |
Revision as of 19:26, 4 December 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> ...