Skip to content
This repository has been archived by the owner on Feb 10, 2021. It is now read-only.

crowdflux/python-flask-docker-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Python Flask Dockerized Applications

Run the hello and world microservices on your local using the below commands

docker run --rm -it -p 4000:4000 crowdflux/python-world

docker run --rm -it -p 3000:3000 crowdflux/python-hello