get-started: fix typo (#23406)

<!--Delete sections as needed -->

## Description

Fixed typo.

## Related issues or tickets

https://docker.slack.com/archives/C04BMTUC41E/p1757683181769229

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Editorial review

Signed-off-by: Craig <craig.osterhout@docker.com>
This commit is contained in:
Craig Osterhout
2025-09-15 08:17:34 -07:00
committed by GitHub
parent 4d3913fcf1
commit 336aab878b

View File

@@ -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.