[Документация Yandex Cloud](../../../../index.md) > [Yandex Container Registry](../../../index.md) > [Справочник CLI (англ.)](../../index.md) > [v0](../index.md) > registry > Overview

# yc container v0 registry

Manage registries.

#### Command Usage

Syntax:

`yc container registry <command>`

Aliases:

- `registries`

- `reg`

#### Command Tree

- [yc container v0 registry add-access-binding](add-access-binding.md) — Add access binding for the specified registry

- [yc container v0 registry add-ip-permissions](add-ip-permissions.md) — Add ip permissions for the specified registry

- [yc container v0 registry add-labels](add-labels.md) — Add labels to a registry.

- [yc container v0 registry configure-docker](configure-docker.md) — Configure docker to use Yandex Cloud credential helper.

- [yc container v0 registry create](create.md) — Create a registry.

- [yc container v0 registry delete](delete.md) — Delete a registry.

- [yc container v0 registry get](get.md) — Get information about a registry.

- [yc container v0 registry list](list.md) — List registries.

- [yc container v0 registry list-access-bindings](list-access-bindings.md) — List access bindings for the specified registry

- [yc container v0 registry list-ip-permissions](list-ip-permissions.md) — List ip permissions for the specified registry

- [yc container v0 registry remove-access-binding](remove-access-binding.md) — Remove access binding for the specified registry

- [yc container v0 registry remove-ip-permissions](remove-ip-permissions.md) — Remove ip permissions for the specified registry

- [yc container v0 registry remove-labels](remove-labels.md) — Remove labels from a registry.

- [yc container v0 registry set-access-bindings](set-access-bindings.md) — Set access bindings for the specified registry and delete all existing access bindings if there were any

- [yc container v0 registry set-ip-permissions](set-ip-permissions.md) — Set ip permissions for the specified registry and delete all existing ip permission if there were any

- [yc container v0 registry update](update.md) — Modify configuration or attributes of a registry.

#### Global Flags

#|
||Flag | Description ||
|| `--profile` | `string`

Set the custom configuration file. ||
|| `--debug` | Debug logging. ||
|| `--debug-grpc` | Debug gRPC logging. Very verbose, used for debugging connection problems. ||
|| `--no-user-output` | Disable printing user intended output to stderr. ||
|| `--retry` | `int`

Enable gRPC retries. By default, retries are enabled with maximum 5 attempts.
Pass 0 to disable retries. Pass any negative value for infinite retries.
Even infinite retries are capped with 2 minutes timeout. ||
|| `--cloud-id` | `string`

Set the ID of the cloud to use. ||
|| `--folder-id` | `string`

Set the ID of the folder to use. ||
|| `--folder-name` | `string`

Set the name of the folder to use (will be resolved to id). ||
|| `--endpoint` | `string`

Set the Cloud API endpoint (host:port). ||
|| `--token` | `string`

Set the OAuth token to use. ||
|| `--impersonate-service-account-id` | `string`

Set the ID of the service account to impersonate. ||
|| `--no-browser` | Disable opening browser for authentication. ||
|| `--format` | `string`

Set the output format: text (default), yaml, json, json-rest. ||
|| `--jq` | `string`

Query to select values from the response using jq syntax ||
|| `-h`, `--help` | Display help for the command. ||
|#