Sign inSign up

davidleonm/pythonhelloworld

By davidleonm

Updated about 6 years ago

This repository is intended to store the image about PythonHelloworld app

Image
0

760

davidleonm/pythonhelloworld repository overview

Python Hello World

Introduction

This repository is intended to store the image about PythonHelloworld app. It runs a Flask API which waits for requests on port 9999. All the sources are here.

How to use the image

To execute the image run this command:

docker run -p 9999:9999 --rm -d davidleonm/pythonhelloworld

And to make requests:

curl http://127.0.0.1:9999/helloworld

Tag summary

Content type

Image

Digest

Size

43.9 MB

Last updated

about 6 years ago

docker pull davidleonm/pythonhelloworld