Container Options
Here's what the container registry configuration looks like, with the default values or [required] for property values that must be specified:
container:
  registries:
  - name:           docker
    blocked:        false
    insecure:       false
    location:       docker.io
    prefix:         docker.io
    username:       null
    password:       null
  searchRegistries: []
| Property | Description | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| registries | Optionally specifies the prefixes for the default container registeries to be searched when pulling container images that don't identify a source registry. This defaults to Docker Hub (docker.io) but zero or more custom DNS hostnames or IP addresses may be specified. 
  | ||||||||||||||||
| searchRegistries | 
 NOTE: Container registries will be searched for containers in the order that registries appear in this list.  |