Fill in missing docs for --insecure

This commit is contained in:
Dan Cecile 2019-01-08 21:12:24 -05:00 committed by GitHub
parent 1591f41f22
commit d52691f53d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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!