Docs · Services

Container Registry

OCI-compatible private container registry. Push with the standard Docker client.

Tutorial

1. Create a repo

Lowercase name. Path becomes registry.cloudnx.in/<account>/<name>.

cloudnx registry create myapp

2. Authenticate Docker

Use an access key as the username and the secret as the password.

docker login registry.cloudnx.in \
  -u <access_key_id> -p <access_key_secret>

3. Push an image

docker tag myapp:latest registry.cloudnx.in/acct-12/myapp:latest
docker push    registry.cloudnx.in/acct-12/myapp:latest

Pricing

Storage ₹3/GB-month · egress ₹4/GB outside CloudNx.

CLI

All operations have a cloudnx registry subcommand. Run cloudnx registry --help for the full surface.