Sign inSign up

cargonauts/helloworld-python

By cargonauts

Updated almost 11 years ago

Image
0

10K+

cargonauts/helloworld-python repository overview

Hello Word web app in Python

Python hello-world based on the app.py from the Docker Compose tutorial. Includes both a version that needs a Redis DB and one that doesn't.

How to use

# Hello world without Redis DB
docker run -d -p 80:80 cargonauts/helloworld-python python /srv/helloworld.py

# Hello world with Redis DB
docker run -d -p 80:80 cargonauts/helloworld-python python /srv/helloworld-db.py

Tag summary

Content type

Image

Digest

sha256:d17476781

Size

60.5 MB

Last updated

almost 11 years ago

docker pull cargonauts/helloworld-python