docs: Fix some minor typos on dockerlinks guide
Signed-off-by: Fabio Rehm <fgrehm@gmail.com> Upstream-commit: 06d633e1f68d003f6183403b134142b12a24c9ca Component: engine
This commit is contained in:
@ -181,11 +181,11 @@ recipient container in two ways:
|
||||
|
||||
### 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
|
||||
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,
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user