I\'m starting with Docker, but I don\'t know how to configure PyCharm to use a python interpreter located in a container.
It was easy to setup with Vagrant, but there\'s
I haven't tried this, but I would try creating a Bash script which calls docker exec ..., as in @Anto's answer.
docker exec ...
Then, install the BashSupport extension. Now create a new run configuration which runs your script as a Bash script.