diff --git a/content/en/docs/concepts/containers/_index.md b/content/en/docs/concepts/containers/_index.md index bb98df7aca32a..789e969bad49c 100644 --- a/content/en/docs/concepts/containers/_index.md +++ b/content/en/docs/concepts/containers/_index.md @@ -13,6 +13,10 @@ card: +This page will discuss containers and container images, as well as their use in operations and solution development. + +The word _container_ is an overloaded term. Whenever you use the word, check whether your audience uses the same definition. + Each container that you run is repeatable; the standardization from having dependencies included means that you get the same behavior wherever you run it.