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 - 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…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
Exploring the Docker CLI3m 1s
-
(Locked)
Create a Docker container6m 58s
-
(Locked)
Create a Docker container: The short way2m 9s
-
(Locked)
Create a Docker container from Dockerfiles, part 12m 46s
-
(Locked)
Create a Docker container from Dockerfiles, part 22m 37s
-
(Locked)
Create a Docker container with BuildKit2m 54s
-
(Locked)
Interact with your container5m 9s
-
(Locked)
Stopping and removing the container5m 41s
-
(Locked)
Binding ports to your container4m 36s
-
(Locked)
Saving data from containers5m 39s
-
(Locked)
Introducing the Docker Hub1m 23s
-
(Locked)
Pushing images to the Docker registry3m 13s
-
(Locked)
Checking your images in Docker Hub2m 44s
-
(Locked)
Beyond Docker Hub: Other popular container registries2m 17s
-
(Locked)
Challenge: Starting NGINX1m 16s
-
(Locked)
Solution: Starting NGINX5m 18s
-
-
-
-