Home Explore Blog Models CI



docker

1st chunk of `_vendor/github.com/docker/scout-cli/docs/scout_repo_list.md`
b3819c7434f310fabf53c6a28f33ff10cb6f8c72584324bb00000001000003c2
# 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-->


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).