---
title: FAQ
url: https://docs.vultr.com/products/orchestration/container-registry/faq
description: Frequently asked questions and answers about Vultr products, services, and platform features.
publish_date: 2024-09-23T20:21:25.071963Z
last_updated: 2026-05-26T20:19:20.704418Z
---

# Frequently Asked Questions (FAQs) About Vultr Container Registry

These are the frequently asked questions for Vultr Container Registry (VCR).

???+ note "What is Vultr container registry and how does it simplify container image management?"

    Vultr Container Registry is a managed storage and distribution service for Open Container Initiative (OCI) images. It simplifies container image management by offering a secure, scalable platform where users can store, push, pull, and manage container images. With built-in support for Docker and Kubernetes, Vultr Container Registry integrates seamlessly into existing containerized workflows, enabling easier image versioning, repository management, and automated deployments without needing to manage the infrastructure behind the registry.

??? note "What platforms are supported by Vultr container registry?"

    Vultr Container Registry supports any platform that utilizes Open Container Initiative (OCI) images, such as Docker, Kubernetes, and other container-based environments.

??? note "How do I authenticate to Vultr container registry from a docker client?"

    You can authenticate using Docker commands available in the Overview tab of your registry in the Vultr Console. These commands include auto-generated login commands, which will require your username and API key.

??? note "What happens if I exceed the storage limit in my Vultr container registry?"

    If you exceed your registry storage limit, new container images cannot be pushed to the registry until you either free up space by deleting images or upgrade to a higher storage plan.

??? note "Can I share my container images with others using Vultr container registry?"

    Yes, you can share your container images by making your registry public in the Settings tab. This will allow anyone with the registry URL to pull your container images without needing authentication.

??? note "How do I upgrade my Vultr container registry plan?"

    You can upgrade your plan by navigating to the Settings tab in your Vultr Container Registry dashboard. Select the desired plan from the Plans drop-down menu and click Update to apply the changes.

??? note "How long does it take to create a Vultr container registry?"

    It typically takes about 2 minutes for the Vultr Container Registry deployment process to complete. Once the process is finished, the registry will be available in your account.

??? note "Is my data encrypted in Vultr container registry?"

    Yes, all data in Vultr Container Registry is encrypted both in transit and at rest, ensuring the security of your container images and other artifacts.

??? note "Can I automate image management in Vultr container registry using the API?"

    Yes, Vultr provides a full set of [API endpoints](https://www.vultr.com/api/#tag/Container-Registry) to create, update, delete, and manage container registries and repositories programmatically. This allows for automation of tasks like pushing images or managing repositories.

??? note "What is the default storage limit on the free plan?"

    The free **Start Up** plan provides up to 10 GB of storage. You can upgrade to a higher plan if your storage needs exceed this limit.

??? note "Can I roll back to previous versions of a container image?"

    Yes, you can roll back to previous versions of a container image by using the specific tag for the version you want to pull. Tags can be managed in the Repositories tab of your Vultr Container Registry.

??? note "What are the available plans for Vultr container registry?"

    Vultr offers four plans for Container Registry, each with different storage limits:

    * **Start Up**: Free, with 10 GB (10,240 MB) of storage.
    * **Business**: $5/month, with 20 GB (20,480 MB) of storage.
    * **Premium**: $10/month, with 50 GB (51,200 MB) of storage.
    * **Enterprise**: $20/month, with 1 TB (1,048,576 MB) of storage.

??? note "How do I manage repositories in a Vultr container registry?"

    You can manage repositories within a Vultr Container Registry by navigating to the Repositories tab in your registry dashboard. This tab allows you to:

    * View all repositories and their associated tags.
    * Check repository statistics such as creation date and the last push date.
    * Delete or update repositories as needed.
    * Use the provided commands to pull, push, or tag images.

    You can also manage repositories using the [Vultr CLI or API](https://www.vultr.com/api/#tag/Container-Registry) for more advanced automation.