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']
|