get e2e working with notary service

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin
2017-10-06 19:11:01 -04:00
committed by Riyaz Faizullabhoy
parent 6e3bafd06b
commit ade675d36c
5 changed files with 19 additions and 7 deletions

View File

@ -14,5 +14,8 @@ services:
ports:
- 4443:4443
volumes:
- ./testdata/notary:/fixtures
- notary-fixtures:/fixtures
command: ['notary-server', '-config=/fixtures/notary-config.json']
volumes:
notary-fixtures: {}