Skip to main content

Working with Docker Images

Pulling and Managing Images

0:00
LearnStep 1/4

Docker Hub and Registries

Docker Hub and Registries

What is Docker Hub?

Docker Hub is the default public registry for Docker images. It hosts:

  • Official images (nginx, ubuntu, postgres, etc.)
  • Community images
  • Private repositories (with account)

Types of Registries

  • Public Registries: Docker Hub, GitHub Container Registry, Quay.io
  • Private Registries: AWS ECR, Google GCR, Azure ACR, self-hosted

Image Naming Convention

text

Official vs Community Images

bash