A simple and minimal devcontainer for Python development in Visual Studio Code with Docker. To quickly get started do the following:
- Clone repository
- Use VSC's
Remote-Containers
Extension - Run
Remote-Containers: Open Folder in Container...
For more information about setting everything up and prerequisites for Windows 10 read https://medium.com/rss-hydro-blog/docker-for-python-development-with-vsc-e6b138e0b252.
Disclaimer: The provided Dockerfile
is very basic and arguably bad. Ideally check out https://docs.docker.com/ for best practices.