Merge pull request #24587 from sftim/20201015_fix_glossary_containers_link

Fix glossary containers link
pull/24625/head
Kubernetes Prow Robot 2020-10-17 10:46:12 -07:00 committed by GitHub
commit 62407cef77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ card:
_Pods_ are the smallest deployable units of computing that you can create and manage in Kubernetes.
A _Pod_ (as in a pod of whales or pea pod) is a group of one or more
[containers](/docs/concepts/containers/), with shared storage/network resources, and a specification
{{< glossary_tooltip text="containers" term_id="container" >}}, with shared storage/network resources, and a specification
for how to run the containers. A Pod's contents are always co-located and
co-scheduled, and run in a shared context. A Pod models an
application-specific "logical host": it contains one or more application

View File

@ -2,7 +2,7 @@
title: Container
id: container
date: 2018-04-12
full_link: /docs/concepts/overview/what-is-kubernetes/#why-containers
full_link: /docs/concepts/containers/
short_description: >
A lightweight and portable executable image that contains software and all of its dependencies.