From cedf5aff17c27f868c4a901c19f9d2ea1899868b Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Tue, 5 Mar 2019 11:23:23 -0800 Subject: [PATCH] Add note about link legacy flag in connect --- website/source/docs/docker/networking.html.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/docker/networking.html.md b/website/source/docs/docker/networking.html.md index 59452536b..b2eddfdfc 100644 --- a/website/source/docs/docker/networking.html.md +++ b/website/source/docs/docker/networking.html.md @@ -184,6 +184,10 @@ a new network for a guest container. If you bring up a container with a network, and then change or add some new options (but leave the subnet the same), it will not apply those changes or create a new network. +Because the `--link` flag for the `docker network connect` command is considered +legacy, Vagrant does not support that option when creating containers and connecting +networks. + ## More Information For more information on how docker manages its networks, please refer to their