Quickstart

Create registry credentials from the Container Registry or Keys page:

circle-info

The credentials name will be prefixed with: vcr-<PROJECT_ID>+

Example: credentials-name and project id f64a8306-af4e-423c-b4bc-be5b3b4ec560 it would be vcr-f64a8306-af4e-423c-b4bc-be5b3b4ec560+credentials-name

In your local environment:

Use the credentials name and secret to log into the registry. Prefer --password-stdin to avoid leaking the secret in shell history.

Then tag an image and push it to the registry:


After pushing an image, you may create a serverless container deployment from it by clicking the Create deployment button from the actions menu:

Alternatively, you can create a serverless container deployment based on your image by entering the image URL and the Verda registry credentials in the New deployment page:

Last updated

Was this helpful?