Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 683 Bytes

scout_config.md

File metadata and controls

38 lines (24 loc) · 683 Bytes

docker scout config

Manage Docker Scout configuration

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

Print configuration value

$ docker scout config organization
my-org-namespace

Set configuration value

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