Get Started
About Docker Apply custom metadata Understand the architecture
Docker run reference Dockerfile reference Remote API client libraries docker.io accounts API Docker Machine Reference

kill

Usage: docker kill [OPTIONS] CONTAINER [CONTAINER...]

Kill a running container using SIGKILL or a specified signal

  -s, --signal="KILL"    Signal to send to the container

The main process inside the container will be sent SIGKILL, or any signal specified with option --signal.

On this page:
Jul 8, 2015 at 6:45pm (PST) BUILD_DATA