mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
This makes it possible to update the image loaded for e2e tests without modifying all tests that use them. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
10 lines
152 B
YAML
10 lines
152 B
YAML
version: '3.3'
|
|
|
|
services:
|
|
one:
|
|
image: registry:5000/alpine:frozen
|
|
command: top
|
|
two:
|
|
image: registry:5000/alpine:frozen
|
|
command: top
|