Skip to content

Commit 1b4a32c

Browse files
Updated usage of "docker"
1 parent a174afb commit 1b4a32c

File tree

1 file changed

+2
-4
lines changed
  • content/en/docs/concepts/workloads/pods

1 file changed

+2
-4
lines changed

content/en/docs/concepts/workloads/pods/_index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,10 @@ runtime, and it helps to describe Pods using some terminology from Docker.
3939
{{< /note >}}
4040

4141
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
4443
further sub-isolations applied.
4544

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.
4846

4947
## Using Pods
5048

0 commit comments

Comments
 (0)