Skip to content

Commit bf6e6ca

Browse files
Changed the explicit mention of Docker due to deprecation in Tasks > Netwrking
1 parent ebceaf1 commit bf6e6ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/tasks/network/customize-hosts-file-for-pods.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ with the additional entries specified at the bottom.
118118
## Why does the kubelet manage the hosts file? {#why-does-kubelet-manage-the-hosts-file}
119119

120120
The kubelet [manages](https://github.com/kubernetes/kubernetes/issues/14633) the
121-
`hosts` file for each container of the Pod to prevent Docker from
122-
[modifying](https://github.com/moby/moby/issues/17190) the file after the
123-
containers have already been started.
121+
`hosts` file for each container of the Pod to prevent the container runtime from
122+
modifying the file after the containers have already been started.
123+
For e.g. earlier Docker used to [modify](https://github.com/moby/moby/issues/17190) the `hosts` file after the containers start.
124124

125125
{{< caution >}}
126126
Avoid making manual changes to the hosts file inside a container.

0 commit comments

Comments
 (0)