Skip to content

python alpine based docker to develop personal projets

Notifications You must be signed in to change notification settings

DarFig/pythonslimrun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

python alpine based docker to develop personal projets

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages