From the course: Deploying Scalable Machine Learning for Data Science

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Using Docker registries to manage images

Using Docker registries to manage images

From the course: Deploying Scalable Machine Learning for Data Science

Start my 1-month free trial

Using Docker registries to manage images

- [Instructor] It's a fairly simple matter to manage a small number of images when they're shared among a team of just a few developers, but once you get beyond that, it helps to have a more centralized management system. We'll look at Docker Registries that solve just that problem. Now, as you may recall, Doctor has three main components, the server, the client, and the registry. We'll focus on the registry in this video. So a registry is a storage system. A Docker Registry is a storage and delivery system for Docker images. You can use publicly available images by accessing Docker Hub. Docker Hub is a public registry. You can also share your images with others through Docker Hub. Of course, many businesses and organizations will want to keep their proprietary images for themselves. In those cases, one should use a private registry. These can be run internally in an enterprise network or in a secure cloud environment. Now, Docker images can be stored in a variety of storage systems…

Contents