Signed-off-by: Daniel Nephin <dnephin@docker.com>
Upstream-commit: b5cb5ee446
Component: cli
10 lines
146 B
YAML
10 lines
146 B
YAML
version: '3.3'
|
|
|
|
services:
|
|
one:
|
|
image: registry:5000/alpine:3.6
|
|
command: top
|
|
two:
|
|
image: registry:5000/alpine:3.6
|
|
command: top
|