From f6f26dfe806207c1b1afbeea4db79d106a16b260 Mon Sep 17 00:00:00 2001 From: Anthony Weston Date: Sun, 3 Mar 2019 10:38:42 -0500 Subject: [PATCH] Added missing documentation for --skip-tls-verify-pull arg --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a4206963e..10810464f 100644 --- a/README.md +++ b/README.md @@ -391,7 +391,11 @@ This flag takes a single snapshot of the filesystem at the end of the build, so #### --skip-tls-verify -Set this flag to skip TLS certificate validation when connecting to a registry. It is supposed to be used for testing purposes only and should not be used in production! +Set this flag to skip TLS certificate validation when pushing to a registry. It is supposed to be used for testing purposes only and should not be used in production! + +#### --skip-tls-verify-pull + +Set this flag to skip TLS certificate validation when pulling from a registry. It is supposed to be used for testing purposes only and should not be used in production! #### --snapshotMode