10 lines
157 B
YAML
10 lines
157 B
YAML
version: "2"
|
|
services:
|
|
simple:
|
|
image: busybox:latest
|
|
command: top
|
|
links:
|
|
- another
|
|
another:
|
|
image: busybox:latest
|
|
command: top
|