mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user