Traceary

Catalog / Vercel

Manage Vercel Container Registry with Vercel CLI

6 days agoaddedchangedOriginal notes

You can now manage Vercel Container Registry with Vercel CLI. The new vercel vcr command group lets you:

  • Connect your existing container tooling

  • Build and push images in one step

  • Create and inspect repositories, images, and tags

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 vercel vcr add. From there, you can list what's stored and inspect individual images and tags:

Update to the latest Vercel CLI with pnpm i -g vercel@latest and read the Container Registry docs to get started.

Read more