10 lines
133 B
YAML
10 lines
133 B
YAML
version: 2
|
|
|
|
services:
|
|
foo:
|
|
image: busybox
|
|
command: top
|
|
bar:
|
|
image: busybox
|
|
command: top
|
|
net: "container:foo"
|