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
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,12 +39,10 @@ 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 Docker
43
-
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="containers" term_id="container" >}}. Within a Pod's context, the individual applications may have
44
43
further sub-isolations applied.
45
44
46
-
In terms of Docker concepts, a Pod is similar to a group of Docker containers
47
-
with shared namespaces and shared filesystem volumes.
45
+
A Pod is similar to a set of containers with shared namespaces and shared filesystem volumes.
0 commit comments