fix typo in dockerlinks.md

fix typo in dockerlinks.md

Signed-off-by: mqliang <mqliang.zju@gmail.com>
Upstream-commit: e1f012cf397f170e12443e4993c09171791d37db
Component: engine
This commit is contained in:
Liang Mingqiang
2015-12-16 11:21:39 +08:00
parent 4e879d86c0
commit 86c606852c

View File

@ -22,7 +22,7 @@ in your network stack as `docker0`.
This section briefly discuss connecting via a network port and then goes into
detail on container linking. While links are still supported on Docker's default
network (`bridge bridge`), you should avoid them in preference of the Docker
network (`bridge`), you should avoid them in preference of the Docker
networks feature. Linking is expected to be deprecated and removed in a future
release.