compose/tests/fixtures/sleeps-composefile/docker-compose.yml
Daniel Nephin b4868d0259 Fix race condition with up and setting signal handlers.
Also print stdout on wait_for_container().

Signed-off-by: Daniel Nephin <dnephin@docker.com>
2016-01-29 13:04:04 -05:00

10 lines
142 B
YAML

version: 2
services:
simple:
image: busybox:latest
command: sleep 200
another:
image: busybox:latest
command: sleep 200