mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-25 09:23:31 +01:00
9 lines
122 B
Markdown
9 lines
122 B
Markdown
|
# Simple Python Demo
|
||
|
## A Redis counter
|
||
|
|
||
|
```
|
||
|
podman-compose up -d
|
||
|
curl localhost:8080/
|
||
|
curl localhost:8080/hello.json
|
||
|
```
|