# create

The cldkctl registry create command is used to create a new container image registry in your project. This command initializes a private registry and allows users to configure its details such as name, billing type, accessibility, storage size, and description. It is typically used when setting up a dedicated image storage for containerized workloads in Cloudeka AI.

## Usage

```
cldkctl registry create [flags]
```

## Steps

Follow the steps below to run and view the result of this command:

1. Run the following command in your terminal:

```
./cldkctl registry create
```

<figure><img src="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2FsTQ1eN0gn6I70PBwRI65%2Funknown.png?alt=media&#x26;token=476ea51a-be3a-4793-9fa4-a9cc3fd989e5" alt=""><figcaption></figcaption></figure>

2. Enter the registry name.
3. Select the billing type, either Monthly or Trial.
4. If you choose Trial, note that trial vouchers are only available for this billing type.

<figure><img src="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2FyPvNrgujQSxHUhbzvgSU%2Funknown.png?alt=media&#x26;token=da4b5760-843e-4082-bd44-86a5829a6f48" alt=""><figcaption></figcaption></figure>

5. Choose the accessibility type, either Public or Private.
6. Specify the storage size in MB, GB, or TB.
7. Enter a description for the registry.

<figure><img src="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2FFGKnL2sXABPXP3sCvcFN%2Funknown.png?alt=media&#x26;token=7a58d095-869d-4c08-80c4-b169c6d20076" alt=""><figcaption></figcaption></figure>

8. Select the purpose of use.
9. Confirm the setup by selecting Confirm when prompted.

<figure><img src="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2FrJWQjMAEHd0ZeW7F98V4%2Funknown.png?alt=media&#x26;token=b30e7aeb-cea8-45b3-bd61-d5099b9d8890" alt=""><figcaption></figcaption></figure>

10. Wait until the message “Registry created successfully” appears in the terminal, indicating that the registry has been successfully created.
11. Refer to the Registry List section to verify that your new registry has been created successfully.

## Flags

{% hint style="info" %}
This command supports [global flags](https://docs.cloudeka.ai/cloudeka-api-list/global-flags). Refer to the Global Flags section for details
{% endhint %}

| Flag                 | Description                                      |
| -------------------- | ------------------------------------------------ |
| -h, --help           | Help for the registry create command.            |
| -p, --project string | Specifies the project ID to scope the operation. |
