Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 399 Bytes

docker-registry.md

File metadata and controls

12 lines (8 loc) · 399 Bytes

Container Registry

A Service that allows access to group of image repositories accessible to remote clients. A registry might be Private (local network), Hosted (on cloud) or Public (Docker Hub).

Hosted Registry examples

  • ACR Azure Container Registry
  • ECR Elastic Container Registry
  • GCR Google Container Registry

Build a new container image and publish to docker hub