Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ctrl-c not shutting down ./start #1476

Merged
merged 1 commit into from
May 31, 2024
Merged

Conversation

Eric-Arellano
Copy link
Collaborator

For some reason, a couple weeks ago ctrl-c stopped properly shutting down the Docker container when running ./start. So I'd have to manually kill the container.

It now works when using --init:

❯ docker run --help | grep init
      --init                           Run an init inside the container that forwards signals and reaps processes

@Eric-Arellano Eric-Arellano added this pull request to the merge queue May 31, 2024
Merged via the queue into main with commit 6faf96b May 31, 2024
2 checks passed
@Eric-Arellano Eric-Arellano deleted the EA/fix-docker-shutdown branch May 31, 2024 21:03
frankharkins pushed a commit to frankharkins/documentation that referenced this pull request Jul 22, 2024
For some reason, a couple weeks ago `ctrl-c` stopped properly shutting
down the Docker container when running `./start`. So I'd have to
manually kill the container.

It now works when using `--init`:

```
❯ docker run --help | grep init
      --init                           Run an init inside the container that forwards signals and reaps processes
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants