Docker Desktop and VSCode are interesing software, using them together offers many advantages. One of the most useful part is the Dev Containers extension from VSCode. It allows to dockerize an ...
This repository provides a template for a dockerized Python development environment with VScode and the Dev Containers extension. By default, the template launches a dockerized Python environment and ...