Currently if run natively you can probably just CTRL+C to exit the program, but with Docker, running in interactive mode will cause the program to be unkillable, unless the overlying terminal is killed, since, I assume, it does not catch KeyboardInterrupt.