Docker Enterprise is a complete Container as a Service (CaaS) platform. In previous chapters, we have learned how Universal Control Plane (UCP) provides a complete control plane solution for the Docker Swarm and Kubernetes orchestrators. We also learned about how UCP includes publishing features using Interlock. An enterprise-ready platform should also cover the storage of images. In this chapter, we will learn about Docker Trusted Registry (DTR), a component of the Docker Enterprise platform designed to manage and ensure security in Docker images.
In this chapter, we will learn about DTR components and how to deploy and manage a secure registry with high availability in terms of its components. We will also learn about how DTR provides an enterprise solution using Role-Based Access Control (RBAC), image scanning, and other security...