When trying to develop and debug in container environment, in lieu of local machine
Note: This guide is based on VS Code. I've also tried IntelliJ IDEA (including PyCharm), but unfortunately it doesn't work on my laptop. If interested, see the link below under "Read more"
On VS Code, make sure you've installed the extension Remote - Containers
Launch docker (you don't need to start the project container)
Guide from VS code: https://code.visualstudio.com/docs/remote/create-dev-container
Guide from JetBrains (IntelliJ IDEA, PyCharm): https://www.jetbrains.com/help/idea/configuring-remote-python-sdks.html#Docker
|