I'm trying to build a CLI helper app, and when I try to execute session.run!('exec', service, command) (and the service is running), it loads the correct container, it shows me the bash terminal, however, all my inputs are locked up... I can't even ctrl+c to exit it.
Any idea why?