Standard Docker CLI
docker push and docker pull, unchanged.
Container registry
A private registry that speaks plain Docker.
A private OCI and Docker-compatible container registry that speaks the Docker Registry HTTP API V2, so standard docker push and docker pull work with no custom client tooling. Metadata lives in PostgreSQL, blobs in S3 object storage behind presigned URLs, authorization comes from Auth and metering and rate limits from TokenGate.
Who it is for. Teams that ship container images and want a private registry behind the same access control as their other services.
docker push and docker pull, unchanged.
Layers stream to and from object storage through presigned URLs.
Who may push or pull is decided by the house authorization service.
Quotas and rate limits per subject, from the same metering service as everything else.
The product site has the documentation and the way in. For procurement questions, a pilot or an integration, talk to us directly.