How to stay inside docker when error arises?
I am running a docker container using the docker run -it flags to compile some programs there. Whenever a error, keyboard interrupt, segfault arises inside the environment, I get kicked out of the docker environment. What's the reason for that…