Skip to content

Commit 1f31520

Browse files
authored
Merge pull request #31556 from anubha-v-ardhan/30952
Dockershim removal from concepts/containers/container-environment
2 parents c1eda9d + 0dca4ef commit 1f31520

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/en/docs/concepts/containers/container-environment.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,12 @@ The Pod name and namespace are available as environment variables through the
3535
[downward API](/docs/tasks/inject-data-application/downward-api-volume-expose-pod-information/).
3636

3737
User defined environment variables from the Pod definition are also available to the Container,
38-
as are any environment variables specified statically in the Docker image.
38+
as are any environment variables specified statically in the container image.
3939

4040
### Cluster information
4141

4242
A list of all services that were running when a Container was created is available to that Container as environment variables.
4343
This list is limited to services within the same namespace as the new Container's Pod and Kubernetes control plane services.
44-
Those environment variables match the syntax of Docker links.
4544

4645
For a service named *foo* that maps to a Container named *bar*,
4746
the following variables are defined:

0 commit comments

Comments
 (0)