Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Docker Registry vs Docker "Trusted" Registry

I just read the entire docs on securing a private Docker Registry. In addition to this, there seems to be a "Docker Trusted Registry", which is described as:

Docker Trusted Registry (DTR) lets you run and manage your own Docker image storage service, securely on your own infrastructure behind your company firewall.

Furthermore, the doc goes on to list a DTRs features:

  • An image registry to store, manage, and collaborate on Docker images
  • Pluggable storage drivers
  • Configuration options to let you run DTR in your particular enterprise environment.
  • Easy, transparent upgrades
  • Logging, usage and system health metrics

But doesn't the "normal" Docker Registry give me these as well?!?

Are these two things really the same, or is DTR some sort of commercialized offering of a Docker Registry? Or something else? I'm so confused!

like image 391
smeeb Avatar asked Sep 18 '15 20:09

smeeb


People also ask

What is a Docker trusted registry?

Docker Trusted Registry (DTR) is the enterprise-grade image storage solution from Docker. You install it behind your firewall so that you can securely store and manage the Docker images you use in your applications.

What is difference between Docker and Docker registry?

While a container repository is a collection of related container images used to manage, pull and push images, a container registry is a collection of repositories made to store container images.

How many types of Docker registry are there?

There are 2 types of container registries: public and private.

What is UCP and DTR in Docker?

Docker Trusted Registry (DTR) is a containerized application that runs on a swarm managed by Docker Universal Control Plane (UCP). It can be installed on-premises or on a cloud infrastructure.


1 Answers

New features in Docker Trusted Registry are:

  • Control access and permissions by user or organisation
  • Web UI to search and browse repos, manage users and setting
  • Integrate to CI and CD systems to automate workflows
  • LDAP/AD integration
  • Flexible storage
  • support User audit logs
  • Soft Delete image tags
  • Garbage collection
like image 168
BMW Avatar answered Oct 05 '22 01:10

BMW