Skip to content

xstdio/test-docker-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Python Flask Dockerized Application#

Build the image using the following command

$ docker build -t test/docker-flask:latest .

Run the Docker container using the command shown below.

$ docker run -d -p 5000:5000 test/docker-flask:latest 

The application will be accessible at http:127.0.0.1:5000

About

python, flask, docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published