docker scout config

DescriptionManage Docker Scout configuration
Usagedocker scout config [KEY] [VALUE]

Description

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.

Examples

List existing configuration

$ docker scout config
organization=my-org-namespace
$ docker scout config organization
my-org-namespace

Set configuration value

$ docker scout config organization my-org-namespace
    ✓ Successfully set organization to my-org-namespace