mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #8558 from fgrehm/patch-4
docs: Fix some minor typos on dockerlinks guide
This commit is contained in:
commit
23be0486f6
1 changed files with 2 additions and 2 deletions
|
@ -181,11 +181,11 @@ recipient container in two ways:
|
||||||
|
|
||||||
### Environment Variables
|
### Environment Variables
|
||||||
|
|
||||||
When two containers are linked, Docker will set some envrionment variables
|
When two containers are linked, Docker will set some environment variables
|
||||||
in the target container to enable programmatic discovery of information
|
in the target container to enable programmatic discovery of information
|
||||||
related to the source container.
|
related to the source container.
|
||||||
|
|
||||||
First, Docker will set a `<alias>_NAME` environment variable specifying the
|
First, Docker will set an `<alias>_NAME` environment variable specifying the
|
||||||
alias of each target container that was given in a `--link` parameter. So,
|
alias of each target container that was given in a `--link` parameter. So,
|
||||||
for example, if a new container called `web` is being linked to a database
|
for example, if a new container called `web` is being linked to a database
|
||||||
container called `db` via `--link db:webdb` then in the `web` container
|
container called `db` via `--link db:webdb` then in the `web` container
|
||||||
|
|
Loading…
Reference in a new issue