You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
```
0 commit comments