compose/tests/fixtures/echo-services/docker-compose.yml
Daniel Nephin 4105c3017c Move cli tests to a new testing package.
These cli tests are now a different kind of that that run the compose binary. They are not the same as integration tests that test some internal interface.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
2015-11-12 13:54:40 -05:00

6 lines
112 B
YAML

simple:
image: busybox:latest
command: echo simple
another:
image: busybox:latest
command: echo another