peaceiris / peaceiris/docker-mdbook
Handle shutdown signals
Open
Nobody has claimed this yet.
- Dominant language
- Makefile
- Stars
- 57
- Forks
- 14
- Avg merge
- 7d 19h
- Merged PRs (30d)
- 2
Description
The container needs to be killed and cannot be stopped by sigterm. So in docker-compose I have to wait 10s for stop/restart. Running with docker needs a docker stop (no ctrl+c working).
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the docker-compose setup and the direct docker run behavior described in the issue, reproducing both shutdown paths. Done means SIGTERM stops the container without the 10-second wait, and Ctrl+C works when running the image directly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, docker-compose
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100