From d52691f53dbaddd9ce85b96e08a8a7211b758370 Mon Sep 17 00:00:00 2001 From: Dan Cecile Date: Tue, 8 Jan 2019 21:12:24 -0500 Subject: [PATCH] Fill in missing docs for --insecure --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 798dab056..712f8e9c0 100644 --- a/README.md +++ b/README.md @@ -359,6 +359,10 @@ _This flag must be used in conjunction with the `--cache=true` flag._ Set this flag to clean the filesystem at the end of the build. +#### --insecure + +Set this flag if you want to push images to a plain HTTP registry. It is supposed to be used for testing purposes only and should not be used in production! + #### --insecure-pull Set this flag if you want to pull images from a plain HTTP registry. It is supposed to be used for testing purposes only and should not be used in production!