Difference between revisions of "Crictl config --help"

From wikieduonline
Jump to navigation Jump to search
 
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 +
 +
[[crictl config]] --help
 
<pre>
 
<pre>
 
NAME:
 
NAME:

Latest revision as of 11:53, 26 May 2022

crictl config --help
NAME:
   crictl config - Get and set crictl client configuration options

USAGE:
   crictl config [command options] [<crictl options>]

EXAMPLE:
   crictl config --set debug=true

CRICTL OPTIONS:
   runtime-endpoint:      Container runtime endpoint
   image-endpoint:        Image endpoint
   timeout:               Timeout of connecting to server (default: 2s)
   debug:                 Enable debug output (default: false)
   pull-image-on-create:  Enable pulling image on create requests (default: false)
   disable-pull-on-run:   Disable pulling image on run requests (default: false)

OPTIONS:
   --get value  show the option value
   --set value  set option (can specify multiple or separate values with commas: opt1=val1,opt2=val2)  (accepts multiple inputs)
   --help, -h   show help (default: false)

See also[edit]

Advertising: