Sign inSign up

technixz/python

By technixz

Updated 6 months ago

Python Application for SVK

Image
Developer tools
0

847

technixz/python repository overview

flask-user-list

Without Volume
$ docker run -d -p 8080:8080 --name=test-py-app technixz/python:flask-user-list 
With Volume for data persistence
$ docker run -d -p 8080:8080 -v py-data:/app/data --name=test-py-app technixz/python:flask-user-list

log-container

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

Tag summary

Content type

Image

Digest

sha256:e77a2505e

Size

104.2 MB

Last updated

6 months ago

docker pull technixz/python:3-tier-postgres17