What’s the difference between a repository and a registry?

Technology CommunityCategory: DockerWhat’s the difference between a repository and a registry?
VietMX Staff asked 3 years ago
  • Docker registry is a service for hosting and distributing images (the default one is the Docker Hub).
  • Docker repository is a collection of related Docker images (the same name but with different tags).