$ docker run -d -p 8080:8080 --name=test-py-app technixz/python:flask-user-list
$ docker run -d -p 8080:8080 -v py-data:/app/data --name=test-py-app technixz/python:flask-user-list
This image execute linux fortune command in container for every 1 min and can view the output as log.
$ docker run -d --rm --name=py-log-container technixz/python:log-container
$ docker logs -f py-log-container
Content type
Image
Digest
sha256:e77a2505e…
Size
104.2 MB
Last updated
6 months ago
docker pull technixz/python:3-tier-postgres17