Skip to content

Commit

Permalink
Merge pull request GoogleContainerTools#593 from AnthonyWeston/skip-t…
Browse files Browse the repository at this point in the history
…ls-verify-pull-documentation

Added missing documentation for --skip-tls-verify-pull arg
  • Loading branch information
priyawadhwa committed Mar 5, 2019
2 parents 2abe109 + 6b1ac2a commit cc5a4d2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ You can set it multiple times for multiple registries.

#### --skip-tls-verify-registry

Set this flag to skip TLS cerificate validation when accessing a registry. It is supposed to be useed for testing purposes only and should not be used in production!
Set this flag to skip TLS cerificate validation when accessing a registry. It is supposed to be used for testing purposes only and should not be used in production!
You can set it multiple times for multiple registries.

#### --cleanup
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit cc5a4d2

Please sign in to comment.