regclient
GitHub Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

regctl config set

Synopsis

Modifies an option used in future executions.

regctl config set [flags]

Examples

# disable loading credentials from docker
regctl config set --docker-cred=false

# enable loading credentials from docker
regctl config set --docker-cred

Options

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

Options from parent commands

      --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")