This project creates a Ubuntu 14.04 (trusty) docker container image which includes the following stack:
- Ubuntu 14.04
- nginx
- uwsgi
- Python 3.4
- virtualenv
- bottlepy
This environment is based on the original instructions from here
To Build:
docker build -t bottlebase [email protected]:blebo/docker-bottlebase.git
To Run:
docker run -d -p 80:80 bottlebase