Docker stop: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 5: Line 5:
=Internal=
=Internal=


* [[Docker Client Operations#stop|Client Operations]]
* [[https://kb.novaordis.com/index.php/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> ...