Merge pull request #18696 from mqliang/patch-1

fix typo in dockerlinks.md
This commit is contained in:
Sebastiaan van Stijn 2015-12-16 16:53:46 +01:00
commit 39fea54b2b
1 changed files with 1 additions and 1 deletions

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 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 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 networks feature. Linking is expected to be deprecated and removed in a future
release. release.