From 0a43c5fedb4c74803858cfdacd59eca3c7376f18 Mon Sep 17 00:00:00 2001 From: Matthew Lapworth Date: Wed, 5 Oct 2016 21:05:17 -0700 Subject: [PATCH] Fixed issue when running trust example where the notary server tag wasn't found. Signed-off-by: Matthew Lapworth --- docs/security/trust/trust_sandbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/security/trust/trust_sandbox.md b/docs/security/trust/trust_sandbox.md index 6d288fb9c3..e1b931a480 100644 --- a/docs/security/trust/trust_sandbox.md +++ b/docs/security/trust/trust_sandbox.md @@ -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: