mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fixed issue when running trust example where the notary server tag wasn't found.
Signed-off-by: Matthew Lapworth <matthewl@bit-shift.net>
This commit is contained in:
parent
921a0bf686
commit
0a43c5fedb
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ the `trustsandbox` container, the Notary server, and the Registry server.
|
|||
version: "2"
|
||||
services:
|
||||
notaryserver:
|
||||
image: dockersecurity/notary_autobuilds:server
|
||||
image: dockersecurity/notary_autobuilds:server-latest
|
||||
volumes:
|
||||
- notarycerts:/go/src/github.com/docker/notary/fixtures
|
||||
networks:
|
||||
|
|
Loading…
Reference in a new issue