From the course: Learning Docker

Unlock the full course today

Join today to access over 24,700 courses taught by industry experts.

Beyond Docker Hub: Other popular container registries

Beyond Docker Hub: Other popular container registries - Docker Tutorial

From the course: Learning Docker

Beyond Docker Hub: Other popular container registries

- [Narrator] Docker Hub is a great and easy to use image registry. However, there are lots of other popular image registries that you'll interact with. Let's learn a little more about 'em. An image registry that's exploded in popularity over the years is in a place you're probably already familiar with. GitHub, the world's most popular code sharing and collaboration platform, enables developers to publicly host container images for their projects for free. With built-in integration into other popular services, like GitHub Actions, many open source project maintainers are finding the GitHub Container Registry to be an easier and more convenient way of hosting their images. Check out the link below to learn more about the GitHub Container Registry. GitLab, another extremely popular code sharing and collaboration platform, also has a container registry. Like GitHub, developers can use tools like GitLab CI to automatically build and push their images into GitLab Container Registry for…

Contents