Pycharm 2017 Docker Support for Debugging

I have a question regarding dockers for native mac support in pycharm 2017.1 EAP. Can I configure the python interpreter to point to the current version in the docker container?

My problem is that now that I am setting up the python interpreter, I can only point it to image, it will create containerbased on this image when I start the project and delete it when I stop it, So I can set the dependencies for this project only if I rebuild the image from the Docker file, which really takes a lot of time.

Another solution would be to configure PyCharm NOT to remove the container when I stop the project, so I can SSHput the dependencies from the command line into the container from the terminal or even from pycharm.

+4
source share

Source: https://habr.com/ru/post/1672976/


All Articles