mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
60 lines
1.4 KiB
YAML
Generated
60 lines
1.4 KiB
YAML
Generated
command: docker scout config
|
|
short: Manage Docker Scout configuration
|
|
long: |-
|
|
`docker scout config` allows you to list, get and set Docker Scout configuration.
|
|
|
|
Available configuration key:
|
|
|
|
- `organization`: Namespace of the Docker organization to be used by default.
|
|
usage: docker scout config [KEY] [VALUE]
|
|
pname: docker scout
|
|
plink: docker_scout.yaml
|
|
inherited_options:
|
|
- option: debug
|
|
value_type: bool
|
|
default_value: "false"
|
|
description: Debug messages
|
|
deprecated: false
|
|
hidden: true
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false
|
|
- option: verbose-debug
|
|
value_type: bool
|
|
default_value: "false"
|
|
description: Verbose debug
|
|
deprecated: false
|
|
hidden: true
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false
|
|
examples: |-
|
|
### List existing configuration
|
|
|
|
```console
|
|
$ docker scout config
|
|
organization=my-org-namespace
|
|
```
|
|
|
|
### Print configuration value
|
|
|
|
```console
|
|
$ docker scout config organization
|
|
my-org-namespace
|
|
```
|
|
|
|
### Set configuration value
|
|
|
|
```console
|
|
$ docker scout config organization my-org-namespace
|
|
✓ Successfully set organization to my-org-namespace
|
|
```
|
|
deprecated: false
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false
|
|
|