mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fix typo in dockerlinks.md
fix typo in dockerlinks.md Signed-off-by: mqliang <mqliang.zju@gmail.com>
This commit is contained in:
parent
61a94411b5
commit
e1f012cf39
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue