sampleflaskapp
Sample Flask Web App https://thetechdarts.com/dockerize-a-python-flask-app-and-push-to-docker-hub/
66
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
Content type
Image
Digest
sha256:9390f44b8…
Size
50.1 MB
Last updated
almost 2 years ago
docker pull thetechdarts/sampleflaskapp