Sign inSign up

kojiromike/docker-gentoo-uwsgi

By kojiromike

Updated about 7 years ago

An image based on Hardened Gentoo, intended to run pip installable Python uwsgi applications.

Image
1

3.2K

kojiromike/docker-gentoo-uwsgi repository overview

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.

Tag summary

Content type

Image

Digest

Size

472.6 MB

Last updated

about 7 years ago

docker pull kojiromike/docker-gentoo-uwsgi