-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
Description
As discussed in #463, docker networks seem mature enough to use, and links are officially not recommended any more.
We'd like to deprecate use of links; off the top of my head I believe we ought to do the following things:
- Obviously, mark the container
addLinkmethod as deprecated with a clear comment - Links aren't currently documented very well, but update the docs with a clear enough description of the networking support, so that ad-hoc linking can be done easily by users
- Modify Webdriver VNC recorder sidecar container to remove use of links
- Modify Docker Compose support; can we remove use of the ambassador container now?
bsideup and glebstsdzoech