Comparison

koigrid vs AWS ECR

A private container registry with flat-rate storage — the no-lock-in alternative to AWS ECR.

ECR works, but it means IAM policies, per-GB storage plus data-transfer, and an AWS-specific login dance. koigrid Container Registry speaks the standard OCI Distribution API: `docker login koigrid.com`, push and pull with a scoped token, images stored on your flat plan. Standard docker/OCI — no lock-in.

FeaturekoigridAWS ECR
ProtocolStandard OCI Distribution (docker/OCI)OCI, but AWS login + IAM
Authdocker login + scoped koigrid tokenaws ecr get-login-password + IAM
PricingFlat rate (storage included)Per GB + data transfer
Storagekoigrid Storage (S3/MinIO, portable)AWS-managed
Lock-inNone — plain docker push/pullAWS-specific tooling + IAM

What koigrid improves

Standard docker login

No `aws ecr get-login-password` dance — `docker login koigrid.com` with a scoped token.

One predictable price

Image storage comes with your plan — no per-GB + transfer bill.

Deploy straight from it

Push an image, then deploy it as a koigrid App — the registry and the runtime are one platform.