Update bridge.md (#6144)

This commit is contained in:
Chris Helming 2018-03-05 10:07:57 -05:00 committed by Gwendolynne Barr
parent 313ec1f836
commit 81619c2168
1 changed files with 2 additions and 2 deletions

View File

@ -66,8 +66,8 @@ network.**
the application stack is running on.
If you run the same application stack on the default bridge network, you need
to manually create links between the containers (using the legacy `--link`)
flag. These links need to be created in both directions, so you can see this
to manually create links between the containers (using the legacy `--link`
flag). These links need to be created in both directions, so you can see this
gets complex with more than two containers which need to communicate.
Alternatively, you can manipulate the `/etc/hosts` files within the containers,
but this creates problems that are difficult to debug.