Registry
Besides the public registries like Docker Hub, you can also bind your private registries to your workspace. This allows you to store and deploy your custom images in a private space.
Create New Registry Auth
Navigate to the registries tab in the settings page of your workspace, and then simply click the New registry auth button on the top right corner. You will be choose a registry source from the list.

Currently, we support the following private registrie presets:
- Docker Hub
- Google Container Registry (GCR)
- Azure Container Registry (ACR)
- GitHub Container Registry (GHCR)
- NVIDIA Container Registry (NCR)
You can also create a custom registry auth by providing the registry URL, username, and password.
Use a Private Registry
After you've created a registry auth successfully, you can use it to access your private images for workloads creation.
Take Dev Pod and a docker hub registry as an example, navigate to the pod creation page, and in the Container configuration section, select custom image. Input the image address in the Image field, and select the registry auth you created in the Private image registry auth field.

With these configurations, you can launch your Dev Pod with a private image.