From 9ad38d92272940601773e6d4b64b97fe631728a5 Mon Sep 17 00:00:00 2001 From: Andy Turner Date: Fri, 16 Aug 2024 10:38:42 +0100 Subject: [PATCH] Improves objective. Closes #229 --- episodes/docker-hub.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/docker-hub.md b/episodes/docker-hub.md index 4bb48926..17b17adb 100644 --- a/episodes/docker-hub.md +++ b/episodes/docker-hub.md @@ -6,7 +6,7 @@ exercises: 10 ::::::::::::::::::::::::::::::::::::::: objectives -- Explain how the Docker Hub augments Docker use. +- Understand the importance of container registries such as Docker Hub, quay.io, etc. - Explore the Docker Hub webpage for a popular Docker container image. - Find the list of tags for a particular Docker container image. - Identify the three components of a container image's identifier.