I can attach to a docker process but Ctrl+c doesn\'t work to detach from it. exit basically halts the process.
exit
What\'s the recomm
To detach from the container you simply hold Ctrl and press P + Q.
To attach to a running container you use:
$ docker container attach "container_name"