remote debugging docker SPECIFIC container out of many
Answered
hello i need something like this tutorial but instead of connecting to the only container that this has i have like 7 python containers with other containers with other stuff and I JUST need to connect to remote debug ONE of them.
I have tried running all containers and the other separately locally with a venv but project (which i inherited) breaks
[blog.jetbrains.com/pycharm/2017/03/
Please sign in to leave a comment.
Hi,
PyCharm doesn't support working with nested Docker containers. You could try configuring ssh connection to your containers and then configure SSH-based interpreter in PyCharm.