compose/tests/fixtures/net-container/v2-invalid.yml
Aanand Prasad 35e347cf92 Disable the use of 'net' in v2
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
2016-01-14 17:59:37 +00:00

10 lines
133 B
YAML

version: 2
services:
foo:
image: busybox
command: top
bar:
image: busybox
command: top
net: "container:foo"