1
0
mirror of https://github.com/docker/cli.git synced 2026-01-25 03:42:05 +03:00

Merge pull request #26647 from jbodah/patch-1

Remove extra paren in `run --link` docs
Upstream-commit: 61639bf63ddc40bb310578effc067d6fc4101984
Component: engine
This commit is contained in:
Doug Davis
2016-09-16 21:38:17 +02:00
committed by GitHub

View File

@@ -1362,7 +1362,7 @@ If the operator uses `--link` when starting a new client container in the
default bridge network, then the client container can access the exposed
port via a private networking interface.
If `--link` is used when starting a container in a user-defined network as
described in [*Docker network overview*](../userguide/networking/index.md)),
described in [*Docker network overview*](../userguide/networking/index.md),
it will provide a named alias for the container being linked to.
### ENV (environment variables)