Docker `--link` ro be deprecated -request updated cookbook for Docker
cnishina opened this issue · 0 comments
cnishina commented
Request update docs for Angular's prtoractor cookbook using Docker.
--link
is being used for the browser nodes. This is now considered legacy in Docker and may be removed:
Warning: The --link flag is a deprecated legacy feature of Docker. It may eventually be removed. Unless you absolutely need to continue using it, we recommend that you use user-defined networks to facilitate communication between two containers instead of using --link. One feature that user-defined networks do not support that you can do with --link is sharing environmental variables between containers. However, you can use other mechanisms such as volumes to share environment variables between containers in a more controlled way.