Document emulated docker links caveats
What does this MR do?
Documents the difference in behaviour of the emulated docker links functionality.
Why was this MR needed?
Docker has deprecated support for links. We can achieve almost the same setup out-of-the-box for the default network, but:
- We won't be adding environment variables.
- Docker links oddly worked when inter-communication was disabled.