podman-compose/examples/hello-python/README.md

9 lines
122 B
Markdown
Raw Permalink Normal View History

2022-05-10 01:28:17 +02:00
# Simple Python Demo
## A Redis counter
```
podman-compose up -d
curl localhost:8080/
curl localhost:8080/hello.json
```