Attach a process when running a Docker Project Interpreter
When I try to attach a process, the process box is empty. I'm running a docker project interpreter.
To bypass this issue, I needed to stop the container, and then run it individually by using `python manage.py runserver`
However, not it doesn't work anymore.
Please sign in to leave a comment.
Could not reproduce from the get go, attaching to process works for me.
Can you provide exact steps to reproduce the issue?