mirror of
https://github.com/containers/podman-compose.git
synced 2025-08-18 17:38:34 +02:00
test for logs
This commit is contained in:
9
tests/testlogs/docker-compose.yml
Normal file
9
tests/testlogs/docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
version: "3"
|
||||||
|
services:
|
||||||
|
loop1:
|
||||||
|
image: busybox
|
||||||
|
command: ["/bin/sh", "-c", "for i in `seq 1 10000`; do echo \"loop1: $$i\"; sleep 1; done"]
|
||||||
|
loop2:
|
||||||
|
image: busybox
|
||||||
|
command: ["/bin/sh", "-c", "for i in `seq 1 10000`; do echo \"loop2: $$i\"; sleep 3; done"]
|
||||||
|
|
Reference in New Issue
Block a user