12 lines
250 B
YAML
12 lines
250 B
YAML
services:
|
|
|
|
registry:
|
|
image: 'registry:3'
|
|
|
|
engine:
|
|
image: 'docker:${ENGINE_VERSION:-28}-dind'
|
|
privileged: true
|
|
command: ['--insecure-registry=registry:5000', '--experimental']
|
|
environment:
|
|
- DOCKER_TLS_CERTDIR=
|