From 336aab878b72ccad04c8109df4ec8a1902fbb278 Mon Sep 17 00:00:00 2001 From: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com> Date: Mon, 15 Sep 2025 08:17:34 -0700 Subject: [PATCH] get-started: fix typo (#23406) ## Description Fixed typo. ## Related issues or tickets https://docker.slack.com/archives/C04BMTUC41E/p1757683181769229 ## Reviews - [ ] Editorial review Signed-off-by: Craig --- .../get-started/docker-concepts/the-basics/what-is-an-image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/docker-concepts/the-basics/what-is-an-image.md b/content/get-started/docker-concepts/the-basics/what-is-an-image.md index c3702a4c5f..dc26da1658 100644 --- a/content/get-started/docker-concepts/the-basics/what-is-an-image.md +++ b/content/get-started/docker-concepts/the-basics/what-is-an-image.md @@ -12,7 +12,7 @@ aliases: ## Explanation -Seeing a [container](./what-is-a-container.md) is an isolated process, where does it get its files and configuration? How do you share those environments? +Seeing as a [container](./what-is-a-container.md) is an isolated process, where does it get its files and configuration? How do you share those environments? That's where container images come in. A container image is a standardized package that includes all of the files, binaries, libraries, and configurations to run a container.