Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 421 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 421 Bytes

pythonslimrun

python alpine based docker to develop personal projets

How to use

  • 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

Tags

  • latest
  • python3.10
  • python3.7