+1 vote
in Docker by
recategorized by
Explain Registries in docker devops

1 Answer

0 votes
by

There are two types of registry is

  1. Public Registry
  2. Private Registry

Docker's public registry is called Docker hub, which allows you to store images privately. In Docker hub, you can store millions of images.

...