Added missing documentation for --skip-tls-verify-pull arg
This commit is contained in:
parent
2abe109eb2
commit
f6f26dfe80
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue