1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Remove extra paren in run --link docs

Signed-off-by: Josh Bodah <jb3689@yahoo.com>
(cherry picked from commit 484fbe236d)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Josh Bodah 2016-09-16 15:32:12 -04:00 committed by Sebastiaan van Stijn
parent c84d8b8360
commit bcc70e52eb
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -1358,7 +1358,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)