mirror of
https://github.com/docker/docs.git
synced 2026-04-06 03:08:58 +07:00
9 lines
130 B
YAML
9 lines
130 B
YAML
version: "2"
|
|
services:
|
|
simple:
|
|
image: busybox:latest
|
|
command: top
|
|
another:
|
|
image: busybox:latest
|
|
command: top
|