I am attempting to run the pycharm debugger inside a docker container. This has worked for me in the past, so I know my config is right, but during one of my docker container purges, I must have deleted a container pycharm needs, pycharm_helpers. Unfortunately pycharm can't recover and pull/rebuild the correct images itself, and I can't successfully repull the image manually (yes, I'm logged in to docker registry). Any way to reset this mess, or pull pycharm_helpers? I have tried cache invalidate/restart already

This was happening to me because Pycharm was holding onto stale containers, running (remove pycharm containers): docker ps -a | grep -i pycharm | awk '{print $1}' | xargs docker rm
, then doing invalidate cache and restart in pycharm fixed it for me.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With