Add note about link legacy flag in connect

This commit is contained in:
Brian Cain 2019-03-05 11:23:23 -08:00
parent 93f833d2b3
commit cedf5aff17
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0
1 changed files with 4 additions and 0 deletions

View File

@ -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 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. 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 ## More Information
For more information on how docker manages its networks, please refer to their For more information on how docker manages its networks, please refer to their