Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ctrl-c not shutting down ./start (Qiskit#1476)
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 ```
- Loading branch information