Skip to content

Simple, clear, and working Dockerfile templates for Python applications.

License

Notifications You must be signed in to change notification settings

orenlab/dockerfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Dockerfiles

Simple, clear, and working Dockerfile templates for Python applications based on Alpine image.

Features

  • Multi-stage
  • Targets
  • Minimum image size

Installation

Simple and intuitive installation and setup:

git clone https://github.com/orenlab/dockerfiles.git

Then open the Dockerfile in your preferred editor and make the necessary changes to the paths and dependencies.

Usage/Examples

Dockerfile is configured to use two targets:

  • For a production system
docker --target production build -t name/image:tag .
  • For development system
docker --target development build -t name/image:tag .

Authors

License

MIT License

About

Simple, clear, and working Dockerfile templates for Python applications.

Topics

Resources

License

Stars

Watchers

Forks