Docker stop: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 11: Line 11:
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''> ...
  docker stop <''options''> <''container-id''> <''container-id''> ...

Revision as of 02:03, 5 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> ...