Skip to content

Creates a Docker container image for bottle, Python 3.4, virtualenv, uwsgi, nginx and Ubuntu 14.04.

Notifications You must be signed in to change notification settings

blebo/docker-bottlebase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Creates a Docker container image for bottle, Python 3.4, virtualenv, uwsgi, nginx and Ubuntu 14.04.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published