From ba064bea203d653a3928af4c83230c64e48d2537 Mon Sep 17 00:00:00 2001 From: cyli Date: Mon, 9 May 2016 10:29:42 -0700 Subject: [PATCH] Minor tense correction for deprecated docs Signed-off-by: cyli --- docs/deprecated.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deprecated.md b/docs/deprecated.md index 6b438487d8..74c0833207 100644 --- a/docs/deprecated.md +++ b/docs/deprecated.md @@ -149,5 +149,5 @@ Version 1.9 adds a flag (`--disable-legacy-registry=false`) which prevents the d Since 1.9, Docker Content Trust Offline key has been renamed to Root key and the Tagging key has been renamed to Repository key. Due to this renaming, we're also changing the corresponding environment variables -- DOCKER_CONTENT_TRUST_OFFLINE_PASSPHRASE is named DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE -- DOCKER_CONTENT_TRUST_TAGGING_PASSPHRASE is named DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE +- DOCKER_CONTENT_TRUST_OFFLINE_PASSPHRASE is now named DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE +- DOCKER_CONTENT_TRUST_TAGGING_PASSPHRASE is now named DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE