Python3 with uwsgi server based on ubuntu 14.04 image
1.7K
Simple base image to build python apps
uwsgi expect
port 9000
workers and threads can be configured through environment:
docker run -d -p 9000:9000 --env UWSGI_PROCESSES=8 --env UWSGI_THREADS=4 docker pull dominga/uwsgi-python3
Content type
Image
Digest
Size
165.8 MB
Last updated
over 8 years ago
docker pull dominga/uwsgi-python3