Remove Docker mentions

This commit is contained in:
Shannon Kularathna
2022-01-11 07:07:22 +00:00
parent 0872e8ec51
commit be490005ff
2 changed files with 3 additions and 2 deletions
@@ -182,7 +182,8 @@ There are two types of system components: those that run in a container and thos
that do not run in a container. For example: that do not run in a container. For example:
* The Kubernetes scheduler and kube-proxy run in a container. * The Kubernetes scheduler and kube-proxy run in a container.
* The kubelet and container runtime, for example Docker, do not run in containers. * The kubelet and {{<glossary_tooltip term_id="container-runtime" text="container runtime">}}
do not run in containers.
On machines with systemd, the kubelet and container runtime write to journald. On machines with systemd, the kubelet and container runtime write to journald.
Otherwise, they write to `.log` files in the `/var/log` directory. Otherwise, they write to `.log` files in the `/var/log` directory.
@@ -15,7 +15,7 @@ tags:
<!--more--> <!--more-->
Kubernetes supports several container runtimes: {{< glossary_tooltip term_id="docker">}}, Kubernetes supports container runtimes such as
{{< glossary_tooltip term_id="containerd" >}}, {{< glossary_tooltip term_id="cri-o" >}}, {{< glossary_tooltip term_id="containerd" >}}, {{< glossary_tooltip term_id="cri-o" >}},
and any implementation of the [Kubernetes CRI (Container Runtime and any implementation of the [Kubernetes CRI (Container Runtime
Interface)](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md). Interface)](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md).