How can I work within a Docker container on a remote server?
I have been using VSCode and recently switched to PyCharm Professional Edition. I'm familiar with how to work with Docker containers inside a remote server using VSCode, and I'm wondering if PyCharm has similar functionality. Below is a screenshot demonstrating how I access Docker containers within a remote server using VSCode. Is there a similar feature in PyCharm?
Please sign in to leave a comment.
Hello,
The screenshot seems to be missing from the thread, so I'm not sure about the use case, but PyCharm doesn't currently support remote Docker instances as Python interpreters.
However, using the workaround from this thread, you can set up a remote Docker container as a Python interpreter.