mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
683 B
683 B
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