Skip to content

A simple Dockerfile / Python app for Deis, the open source PaaS

Notifications You must be signed in to change notification settings

jedops/example-dockerfile-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Example Dockerfile App

A sample dockerfile which runs python http server inside a container. If required we can create a seperate python script to run inside the container to do something more complicated than display a http page.

Usage

docker build -t sample . docker run -p 5000:5000 sample

About

A simple Dockerfile / Python app for Deis, the open source PaaS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%