github.com/AliyunContainerService/cli@v0.0.0-20181009023821-814ced4b30d0/e2e/compose-env.yaml (about)

     1  version: '2.1'
     2  
     3  services:
     4    registry:
     5      image: 'registry:2'
     6  
     7    engine:
     8        image: 'docker:${TEST_ENGINE_VERSION:-edge-dind}'
     9        privileged: true
    10        command: ['--insecure-registry=registry:5000']
    11  
    12    notary-server:
    13        build:
    14          context: ./testdata
    15          dockerfile: Dockerfile.notary-server
    16        ports:
    17          - 4443:4443
    18        command: ['notary-server', '-config=/fixtures/notary-config.json']