Skip to content

basic sample of a python app on Oracle Linux that runs in a docker container

Notifications You must be signed in to change notification settings

sundeepdhall/flask-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-docker

A basic sample of a python app on Oracle Linux that runs in a docker container

To build
"docker build -t flask-docker:latest ."
To run
"docker run -p 9000:80 -t flask-docker"

About

basic sample of a python app on Oracle Linux that runs in a docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published