Skip to content

A docker container to run the flask hello world app in Ubuntu.

Notifications You must be signed in to change notification settings

znebby/ubuntu-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ubuntu-flask

A docker container to run the flask hello world app in Ubuntu.

It uses Ubuntu 16.04, Python3, nginx, uwsgi and the flask framework.

Building

Pull the git repo and cd into the repo directory.

Run the following command: docker build -t znebby/ubuntu-flask .

Running

Run the following command: docker run -d -p 80:80 znebby/ubuntu-flask

About

A docker container to run the flask hello world app in Ubuntu.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages