---
title: List
url: https://docs.vultr.com/reference/vultr-cli/container-registry/list
description: Displays all container registries in your Vultr account with their IDs, names, regions, and status.
publish_date: 2025-09-14T03:02:26.598105Z
last_updated: 2025-11-07T17:40:54.831910Z
---

The `vultr-cli container-registry list` command displays all container registries in your Vultr account, showing their IDs, names, regions, and current status.

## Usage

```console
$ vultr-cli container-registry list [flags]
```

## Examples

```console
# Full example
$ vultr-cli container-registry list

# Shortened example with aliases
$ vultr-cli cr l
```

## Flags
| Shorthand | Long Version | Description |
|-----------|--------------|-------------|
| -c | --cursor | (optional) cursor for paging. |
| -p | --per-page | (optional) Number of items requested per page. Default is 100 and Max is 500. |