Vultr DocsLatest Content

Associated Doc

How Do I Authenticate to Vultr Container Registry from Docker Client?

Updated on 15 September, 2025

Authenticate to Vultr Container Registry from Docker CLI using credentials generated in the Vultr Customer Portal


You can authenticate to Vultr Container Registry (VCR) using the Docker CLI with credentials generated in the Overview tab of your registry in the Vultr Customer Portal. The Portal provides a prebuilt docker login command that includes your registry endpoint, username, and API key in the following format:

console
$ docker login https://<registry-region>.vultrcr.com/<registry-name> -u <username> -p <API_KEY>

Once authenticated, you can push and pull container images directly using standard Docker commands.