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
Check out also the --sig-proxy option:
docker attach --sig-proxy=false 304f5db405ec
Then use CTRL+c to detach