mirror of https://github.com/docker/docs.git
Updated documentation on using the trust sandbox to fix an issue where the notary server tag was not found.
Signed-off-by: Matthew Lapworth <matthewl@bit-shift.net>
This commit is contained in:
parent
b51bb39ee9
commit
6129e9d3f9
|
@ -83,7 +83,7 @@ the `trustsandbox` container, the Notary server, and the Registry server.
|
||||||
version: "2"
|
version: "2"
|
||||||
services:
|
services:
|
||||||
notaryserver:
|
notaryserver:
|
||||||
image: dockersecurity/notary_autobuilds:server
|
image: dockersecurity/notary_autobuilds:server:latest
|
||||||
volumes:
|
volumes:
|
||||||
- notarycerts:/go/src/github.com/docker/notary/fixtures
|
- notarycerts:/go/src/github.com/docker/notary/fixtures
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Reference in New Issue