Container doesn't finish gracefully #29
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When docker tries to stop a container based on the bot-api image, it only closes after 10 seconds when Docker sends a SIGKILL. Putting exec before the command to run can make the container react to the SIGTERM that Docker initially sends