Fix a container->a Container (#7536)
This commit is contained in:
parent
a90eb022eb
commit
e8a60186a7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue