From 8924d2a9b3b9fb89c1983d682f3ac38e0c291146 Mon Sep 17 00:00:00 2001 From: Comical DERSKEAL <27731088+derskeal@users.noreply.github.com> Date: Tue, 29 Jan 2019 15:39:36 +0100 Subject: [PATCH] Update links.md --- network/links.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/links.md b/network/links.md index 4badd64c7c..9913a3c2f5 100644 --- a/network/links.md +++ b/network/links.md @@ -12,7 +12,7 @@ title: Legacy container links 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, +with `--link` is sharing environment variables between containers. However, you can use other mechanisms such as volumes to share environment variables between containers in a more controlled way. >