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
when nothing else works, open a new terminal then:
$ ps aux | grep attach username .............. 0:00 docker attach username .............. 0:00 grep --color=auto attach $ kill -9