mirror of https://github.com/docker/cli.git
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
|