If you interrupt a docker exec command with ctrl-c, you will get your
shell back but the command will continue to run. You cannot reattach to it.
If you have any suggestions for handling this, let us know.
We could run a tmux or byobu session in the container so it could be easy to attach again to the session without having a detached process in case of crtl+c
https://github.com/tensorflow/build/blob/42a990a6859d6acbb2e9667049d4105ce332965a/tf_sig_build_dockerfiles/README.md?plain=1#L67-L69
We could run a
tmux
orbyobu
session in the container so it could be easy to attach again to the session without having a detached process in case ofcrtl+c