mirror of
https://github.com/docker/cli.git
synced 2026-01-06 05:41:44 +03:00
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
|