You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/concepts/workloads/pods/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ runtime, and it helps to describe Pods using some terminology from Docker.
39
39
{{< /note >}}
40
40
41
41
The shared context of a Pod is a set of Linux namespaces, cgroups, and
42
-
potentially other facets of isolation - the same things that isolate a {{< glossary_tooltip text="containers" term_id="container" >}}. Within a Pod's context, the individual applications may have
42
+
potentially other facets of isolation - the same things that isolate a {{< glossary_tooltip text="container" term_id="container" >}}. Within a Pod's context, the individual applications may have
43
43
further sub-isolations applied.
44
44
45
45
A Pod is similar to a set of containers with shared namespaces and shared filesystem volumes.
0 commit comments