Skip to content

A fairly standardized Docker Image, based on Hardened Gentoo, intended to run fairly standard Python 3.6 uwsgi applications.

License

Notifications You must be signed in to change notification settings

kojiromike/docker-gentoo-uwsgi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UWSGI: A Gentoo-based Docker Image

A Docker Image, based on Hardened Gentoo, intended to run pip installable Python 3.6 uwsgi applications.

How to use it

Build an image for your app with a Dockerfile that looks like

FROM kojiromike/docker-gentoo-uwsgi
COPY Pipfile.* uwsgi.ini .
RUN ["pipenv", "install", "--system", "--deploy"]

By running

docker build --tag my_app

Then run it like

docker run my_app

How to Collaborate

I need lots of help with this. The rules are:

  1. Be kind.
  2. Keep to the interface described above.
  3. Make the image small.

The rules are in priority order, so a bigger image is preferred to a small image that has a different use, and I reserve the right to decline your contribution if I think you are being unkind.

About

A fairly standardized Docker Image, based on Hardened Gentoo, intended to run fairly standard Python 3.6 uwsgi applications.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published