1
0
mirror of https://github.com/docker/cli.git synced 2026-01-15 07:40:57 +03:00

Remove unnecessary double-double quotes

Signed-off-by: Doug Davis <dug@us.ibm.com>
Upstream-commit: 8eb2188bd93c01533e201a37e1e674f5b53cb597
Component: engine
This commit is contained in:
Doug Davis
2016-05-04 05:15:57 -07:00
parent a1b67ec8fd
commit bf2c596602

View File

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