podman-compose/tests/integration/exit-from/docker-compose.yaml

22 lines
536 B
YAML
Raw Normal View History

2021-11-13 23:59:41 +01:00
version: "3"
services:
too_long:
image: nopush/podman-compose-test
command: ["dumb-init", "/bin/busybox", "sh", "-c", "sleep 3600; exit 0"]
2021-11-13 23:59:41 +01:00
tmpfs:
- /run
- /tmp
sh1:
image: nopush/podman-compose-test
command: ["dumb-init", "/bin/busybox", "sh", "-c", "sleep 1; exit 1"]
2021-11-13 23:59:41 +01:00
tmpfs:
- /run
- /tmp
sh2:
image: nopush/podman-compose-test
command: ["dumb-init", "/bin/busybox", "sh", "-c", "sleep 1; exit 2"]
2021-11-13 23:59:41 +01:00
tmpfs:
- /run
- /tmp