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
I had the same issue, ctrl-P and Q would not work, nor ctrl-C... eventually I opened another terminal session and I did "docker stop containerid " and "docker start containerid " and it got the job done. Weird.