Sign inSign up

sanjaysaini2000/python-hello-world

By sanjaysaini2000

Updated about 6 years ago

Simple app developed using python3 and flask shows hello world message in the browser.

Image
0

81

sanjaysaini2000/python-hello-world repository overview

About this Image:

This is an image of Hello World app developed using python3 and flask.

Prerequisite:

Docker should be setup on your machine.

Steps to use this image:
  1. Run the Docker image:

$ docker run -p 5001:5000 -d sanjaysaini2000/python-hello-world

  1. Navigate to http://localhost:5001 in a browser to see the results. If you are using Docker Toolbox then use your docker host machine IP in place of localhost.

You should see "hello world!" in your browser.

Built with:
  • Docker Toolbox on Windows
  • Docker version 19.03.1

Tag summary

Content type

Image

Digest

Size

32.1 MB

Last updated

about 6 years ago

docker pull sanjaysaini2000/python-hello-world