From 8d72ff3f5e5d3a3a0fb3645ef41ad72713c8298b Mon Sep 17 00:00:00 2001 From: Riyaz Faizullabhoy Date: Tue, 7 Jun 2016 14:02:39 -0700 Subject: [PATCH] Add link to notary environment vars from docker trust automation section Signed-off-by: Riyaz Faizullabhoy --- docs/security/trust/trust_automation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/security/trust/trust_automation.md b/docs/security/trust/trust_automation.md index 74c17f5cfb..73156ab975 100644 --- a/docs/security/trust/trust_automation.md +++ b/docs/security/trust/trust_automation.md @@ -41,6 +41,8 @@ latest: digest: sha256:d149ab53f871 size: 3355 Signing and pushing trust metadata ``` +When working directly with the Notary client, it will use its [own set of environment variables](/notary/reference/client-config.md#environment-variables-optional). + ## Building with content trust You can also build with content trust. Before running the `docker build` command, you should set the environment variable `DOCKER_CONTENT_TRUST` either manually or in a scripted fashion. Consider the simple Dockerfile below.