thetechdarts/sampleflaskapp

By thetechdarts

Updated almost 2 years ago

Sample Flask Web App https://thetechdarts.com/dockerize-a-python-flask-app-and-push-to-docker-hub/

Image
Languages & frameworks
Web servers
0

66

thetechdarts/sampleflaskapp repository overview

This is a sample image created for illustrating the steps required to create a docker image for a python flask app and push the image to Docker Hub. Blog post link : https://thetechdarts.com/dockerize-a-python-flask-app-and-push-to-docker-hub/

Use the following command to run a container using this image and access the web page from http://(ipaddressofhost):5000

docker run -p 5000:5000 sampleflaskapp

Tag summary

Content type

Image

Digest

sha256:9390f44b8

Size

50.1 MB

Last updated

almost 2 years ago

docker pull thetechdarts/sampleflaskapp