This repository is intended to store the image about PythonHelloworld app
760
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.
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
Content type
Image
Digest
Size
43.9 MB
Last updated
about 6 years ago
docker pull davidleonm/pythonhelloworld