mirror of
https://github.com/containers/podman-compose.git
synced 2024-12-13 10:10:51 +01:00
5 lines
90 B
Markdown
5 lines
90 B
Markdown
|
|
```
|
|
podman-compose run --rm sleep /bin/sh -c 'wget -O - http://localhost:8000/hosts'
|
|
```
|