python alpine based docker to develop personal projets
- create a working folder
- specify the requirements in requirements.txt
- create a main file run.py
- mount the working folder when run docker in /workspace:
docker pull ghcr.io/darfig/pythonslimrun:latest
docker run -v "$PWD"/yourworkfolder:/workspace pythonslimrun:latest
- latest
- python3.10
- python3.7