Docker Trusted Registry (DTR)
DTR provides enterprise grade Docker image storage on-premises as well as in the virtual private cloud to provide security and meet regulatory compliances. DTR runs on top of Docker Universal Control Plane (UCP), which can be installed on-premises or on top of the virtual private cloud, with the help of which we can store the Docker images securely behind a firewall.
DTR running on UCP node
The two most important features of DTR are as listed:
Image management: It allows the user to store Docker images securely behind firewall and DTR can be easily made as part of the continuous integration and delivery process in order to build, run, and ship applications.
Screenshot of DTR
Access control and built-in security: DTR provides authentication mechanism in order to add users as well as integrates with Lightweight Directory Access Protocol (LDAP) and Active Directory. It supports role-based authentication (RBAC) as well, which allows you to assign access control...