forked from extern/podman-compose
test for logs
This commit is contained in:
parent
af6a3069ce
commit
3e6e268034
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"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user