Files
docker-docs/test/integration/testdata/compose/simple.yml
Victor Vieux a579e404a4 add a few tests with docker-compose
Signed-off-by: Victor Vieux <vieux@docker.com>
2015-08-15 14:20:26 -07:00

8 lines
97 B
YAML

service1:
image: busybox
command: sleep 100
service2:
image: busybox
command: sleep 100