I have a rails app running in a docker container in development environment.
When I try to debug it with placing binding.pry
somewhere in the code and attaching to the container I can see the pry
prompt in the output but it doesn't pause on it and I can't interact with it like it was without docker container.
So how do I debug a containerized app?