Fix a container->a Container (#7536)

This commit is contained in:
AdamDang 2018-02-28 03:28:45 +08:00 committed by k8s-ci-robot
parent a90eb022eb
commit e8a60186a7
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ as are any environment variables specified statically in the Docker image.
A list of all services that were running when a Container was created is available to that Container as environment variables.
Those environment variables match the syntax of Docker links.
For a service named *foo* that maps to a container named *bar*,
For a service named *foo* that maps to a Container named *bar*,
the following variables are defined:
```shell