Home Explore Blog Models CI



docker

_vendor/github.com/docker/scout-cli/docs/scout_repo_list.md
e9893f7dd3d21747a0cfdcc66b2120e9032019321712458500000003000003c2
# docker scout repo list

<!---MARKER_GEN_START-->
List Docker Scout repositories

### Options

| Name              | Type     | Default | Description                                                                |
|:------------------|:---------|:--------|:---------------------------------------------------------------------------|
| `--filter`        | `string` |         | Regular expression to filter repositories by name                          |
| `--only-disabled` |          |         | Filter to disabled repositories only                                       |
| `--only-enabled`  |          |         | Filter to enabled repositories only                                        |
| `--only-registry` | `string` |         | Filter to a specific registry only:<br>- hub.docker.com<br>- ecr (AWS ECR) |
| `--org`           | `string` |         | Namespace of the Docker organization                                       |


<!---MARKER_GEN_END-->


Chunks
b3819c74 (1st chunk of `_vendor/github.com/docker/scout-cli/docs/scout_repo_list.md`)
Title: Docker Scout Repo List Command Options
Summary
The `docker scout repo list` command lists Docker Scout repositories. This section details the options available for filtering the list, including filtering by repository name using a regular expression (`--filter`), showing only enabled or disabled repositories (`--only-enabled`, `--only-disabled`), filtering by registry (`--only-registry`), and specifying the Docker organization namespace (`--org`). The available registries are hub.docker.com and ecr (AWS ECR).