Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 598 Bytes

File metadata and controls

10 lines (7 loc) · 598 Bytes

Minimal Python Docker

A simple and minimal devcontainer for Python development in Visual Studio Code with Docker. To quickly get started do the following:

  1. Clone repository
  2. Use VSC's Remote-Containers Extension
  3. 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.