compose/tests/fixtures/v2-simple/docker-compose.yml
Aanand Prasad a027a0079c Use networking for version 2 Compose files
- Remove --x-networking and --x-network-driver
- There's now no way to set a network driver - this will be added back
  with the 'networks' key

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
2016-01-12 21:29:40 +00:00

8 lines
128 B
YAML

version: 2
services:
simple:
image: busybox:latest
command: top
another:
image: busybox:latest
command: top