From 55a65e18c08e2612b5cc7384119e6ec44e476da7 Mon Sep 17 00:00:00 2001 From: Mary Anthony Date: Sat, 19 Dec 2015 12:47:24 -0800 Subject: [PATCH] Fixing typo reported by @projectvalis Signed-off-by: Mary Anthony --- docs/userguide/networking/default_network/dockerlinks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/userguide/networking/default_network/dockerlinks.md b/docs/userguide/networking/default_network/dockerlinks.md index c687ac9f58..cfd77a6fe9 100644 --- a/docs/userguide/networking/default_network/dockerlinks.md +++ b/docs/userguide/networking/default_network/dockerlinks.md @@ -20,7 +20,7 @@ introduction of the Docker networks feature, you can still create links but they are only supported on the default `bridge` network named `bridge` and appearing in your network stack as `docker0`. -This section briefly discuss connecting via a network port and then goes into +This section briefly discusses connecting via a network port and then goes into detail on container linking. While links are still supported on Docker's default network (`bridge`), you should avoid them in preference of the Docker networks feature. Linking is expected to be deprecated and removed in a future