advancedTop 100 Interview Questions

What is a registry, and how does it differ from Docker Hub?

A registry is any server implementing the Docker/OCI Registry API for storing and distributing images. Docker Hub is one specific, popular public registry; private registries (Harbor, AWS ECR, GitHub Container Registry, self-hosted) implement the same API and can be used interchangeably by simply changing the image reference's hostname.

This is a Pro chapter

Sign in, then upgrade to Pro or Power to unlock this and the full DevOps Mastery library.

What is a registry, and how does it differ from Docker Hub?

Next Step

Continue to Why was dockershim removed from Kubernetes?← Back to all Docker questions