Signed-off-by: Daniel Nephin <dnephin@docker.com>
Upstream-commit: 63d76065bb
Component: cli
11 lines
205 B
YAML
11 lines
205 B
YAML
version: '2.1'
|
|
|
|
services:
|
|
registry:
|
|
image: 'registry:2'
|
|
|
|
engine:
|
|
image: 'docker:${TEST_ENGINE_VERSION:-edge-dind}'
|
|
privileged: true
|
|
command: ['--insecure-registry=registry:5000']
|