Skip to content

Commit f4da67c

Browse files
Bernardo Marquesgcalmettes-fbox
Bernardo Marques
authored andcommitted
Update readme insecure flags (GoogleContainerTools#1811)
* Clarify usage of --skip-tls-verify-registry argument Referring to --skip-tls-verify-registry as a "flag" is misleading since command line flags usually require no value. Thus, the documentation is updated to match the behavior of the command line argument. * Clarify usage of --insecure-registry argument Referring to --insecure-registry as a "flag" is misleading since command line flags usually require no value. Thus, the documentation is updated to match the behavior of the command line argument.
1 parent 1693327 commit f4da67c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ Set this flag if you want to pull images from a plain HTTP registry. It is suppo
750750

751751
#### --insecure-registry
752752

753-
Set this flag to use plain HTTP requests when accessing a registry. It is supposed to be used for testing purposes only and should not be used in production!
753+
You can set `--insecure-registry <registry-name>` to use plain HTTP requests when accessing the specified registry. It is supposed to be used for testing purposes only and should not be used in production!
754754
You can set it multiple times for multiple registries.
755755

756756
#### --label
@@ -827,8 +827,7 @@ Set this flag to skip TLS certificate validation when pulling from a registry. I
827827

828828
#### --skip-tls-verify-registry
829829

830-
Set this flag to skip TLS certificate validation when accessing a registry. It is supposed to be used for testing purposes only and should not be used in production!
831-
You can set it multiple times for multiple registries.
830+
You can set `--skip-tls-verify-registry <registry-name>` to skip TLS certificate validation when accessing the specified 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.
832831

833832
#### --skip-unused-stages
834833

0 commit comments

Comments
 (0)