Skip to content

broxio/flask-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Flask Dockerized Application#

Build the image using the following command

$ docker build -t madpenguin/flask-hello-world:latest .

Run the Docker container using the command shown below.

$ docker run -d -p 5000:5000 madpenguin/flask-hello-world

The application will be accessible at http:127.0.0.1:5000 or if you are using boot2docker then first find ip address using $ boot2docker ip and the use the ip http://<host_ip>:5000

About

Python Flask Dockerized Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published