regctl config set
Modifies an option used in future executions.
regctl config set [flags]
# disable loading credentials from docker
regctl config set --docker-cred=false
# enable loading credentials from docker
regctl config set --docker-cred
--blob-limit int limit for blob chunks, this is stored in memory
--default-cred-helper string default credential helper
--docker-cert load certificates from docker
--docker-cred load credentials from docker
--host stringArray Registry hosts to add (reg=registry,user=username,pass=password,tls=enabled)
--logopt stringArray Log options
--user-agent string Override user agent
-v, --verbosity string Log level (trace, debug, info, warn, error) (default "WARN")