Manage Vercel Container Registry with Vercel CLI
Vercel CLI now includes a new vcr command group to manage Vercel Container Registry. You can authenticate container tools like Docker and Podman with short-lived project-scoped tokens, then build and push images, create repositories automatically, and inspect images and tags using standard commands.
You can now manage with . The new command group lets you:Vercel Container RegistryVercel CLIvercel vcr
Authenticate your container tooling, such as Docker, Podman, or Buildah, with a short-lived token scoped to your project. Then build and push:
The credentials go to Docker itself, so your existing tooling can push to VCR with standard commands:
Repositories are created automatically the first time you push, or explicitly with . From there, you can list what's stored and inspect individual images and tags:vercel vcr add
Update to the latest Vercel CLI with and read the to get started.pnpm i -g vercel@latestContainer Registry docs
Connect your existing container tooling
Build and push images in one step
Create and inspect repositories, images, and tags
Source: original entry ↗