I am able to attach to a docker process but Ctrl+c doesn't work to detach from it. and exit is basically halting the process.
How do I manage the running of process, occasionally attaching to it to make some changes, and then detach it?
Can anyone help me with this?
Thanks.