Skip to content

Commit c29a0b9

Browse files
authored
Merge pull request #48299 from azarboon/patch-1
Explain nuances of the term "container"
2 parents 590a93a + 91ad67c commit c29a0b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/en/docs/concepts/containers/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ card:
1313

1414
<!-- overview -->
1515

16+
This page will discuss containers and container images, as well as their use in operations and solution development.
17+
18+
The word _container_ is an overloaded term. Whenever you use the word, check whether your audience uses the same definition.
19+
1620
Each container that you run is repeatable; the standardization from having
1721
dependencies included means that you get the same behavior wherever you
1822
run it.

0 commit comments

Comments
 (0)