mirror of
https://github.com/containers/podman-compose.git
synced 2025-01-26 15:59:16 +01:00
7 lines
92 B
YAML
7 lines
92 B
YAML
|
version: "3"
|
||
|
services:
|
||
|
serv:
|
||
|
image: busybox
|
||
|
pid: host
|
||
|
command: sh -c "ps all"
|