Closed pdmars closed 8 years ago
The stop command sends SIGTERM and only sends SIGKILL if graceful shutdown doesn't occur within a specified timeout (default 10s), kill allows blockade to send SIGKILL (or any other specified signal) to a container immediately.
one comment, but looks good
👍
The stop command sends SIGTERM and only sends SIGKILL if graceful shutdown doesn't occur within a specified timeout (default 10s), kill allows blockade to send SIGKILL (or any other specified signal) to a container immediately.