Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 460 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 460 Bytes

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