2017-08-15 16:59:43 -04:00
|
|
|
version: '2.1'
|
2017-08-14 15:47:06 -04:00
|
|
|
|
|
|
|
services:
|
|
|
|
registry:
|
|
|
|
image: 'registry:2'
|
|
|
|
|
|
|
|
engine:
|
|
|
|
image: 'docker:${TEST_ENGINE_VERSION:-edge-dind}'
|
|
|
|
privileged: true
|
|
|
|
command: ['--insecure-registry=registry:5000']
|
2017-10-06 17:46:02 -04:00
|
|
|
|
|
|
|
notary-server:
|
|
|
|
image: 'notary:server-0.4.2'
|
|
|
|
ports:
|
|
|
|
- 4443:4443
|
|
|
|
volumes:
|
2017-10-06 19:11:01 -04:00
|
|
|
- notary-fixtures:/fixtures
|
2017-10-06 17:46:02 -04:00
|
|
|
command: ['notary-server', '-config=/fixtures/notary-config.json']
|
2017-10-06 19:11:01 -04:00
|
|
|
|
|
|
|
volumes:
|
|
|
|
notary-fixtures: {}
|