Files
containerd/cmd/ctr/commands
Samuel Karp 607888ce29 ctr: make kill use stop-signal by default
The OCI image specification includes a `StopSignal` field in the image
configuration, denoting the system call signal to be sent to the
container to exit.  This commit adds a new `WithImageStopSignal` container
option that can be used for storing the `StopSignal` field as a label on
the container.  This commit also adjusts `ctr run` to call
`WithImageStopSignal` and `ctr tasks kill` to send the signal stored in
that label by default.

Signed-off-by: Samuel Karp <skarp@amazon.com>
2018-09-27 15:53:38 -07:00
..
2018-09-17 14:41:43 -07:00
2018-09-11 10:36:00 -04:00
2018-02-19 10:32:26 +09:00
2018-07-02 10:20:20 +03:00
2018-02-19 10:32:26 +09:00
2018-07-17 10:21:29 -04:00
2018-02-19 10:32:26 +09:00
2018-02-19 10:32:26 +09:00