Container Registry
tags :
Summary #
ref A container registry is a repository—or collection of repositories—used to store and access container images.
- Container registries can support container-based application development, often as part of DevOps processes.
- Container registries can connect directly to container orchestration platforms like Docker and Kubernetes.
Container registries save developers valuable time in the creation and delivery of cloud-native applications, *acting as the intermediary for sharing container images between systems.
Cloud Native Computing Foundation #
The Cloud Native Computing Foundation says
- container (including container images and registries) and
- microservices are the foundation for cloud-native app development.
- Containers and microservices are fully self-contained, making them a powerful tool for creating portable, cloud-native applications.