Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Link-sharing between docker instances #3737

Closed
lyschoening opened this issue Jan 23, 2014 · 3 comments
Closed

Feature request: Link-sharing between docker instances #3737

lyschoening opened this issue Jan 23, 2014 · 3 comments
Labels
kind/feature Functionality or other elements that the project doesn't currently have. Features are new and shiny

Comments

@lyschoening
Copy link

A very typical use-case is having services/containers that need to communicate with another on multiple hosts. Links & container naming already simplifies this process on a single machine. I see two possible ways to implement this feature over the network:

  1. some kind of mechanism by which Docker instances can discover names and addresses of containers run by other Docker instances on different hosts and making those links available to local instances.
  2. a command for manually injecting a remote container by giving the address of a remote Docker instance and a container name to link from the remote instance.

In both cases, the links should work the same as host-local links, i.e. tunnels should be created automatically when a link is established.

@githart
Copy link

githart commented Jan 24, 2014

analogous feature request for juju: https://bugs.launchpad.net/juju-core/+bug/1064263

@SvenDowideit
Copy link
Contributor

There are a number of things planned for this - @crosbymichael has made skydock (using DNS for discovery), and then the ambassador pattern that has been documented is expected to be would into docker transparently so that the location of the linked container is abstracted.

if anyone's interested, we would love more help :)

@erikh erikh added the ICC label Jul 16, 2014
@jessfraz jessfraz added the kind/feature Functionality or other elements that the project doesn't currently have. Features are new and shiny label Feb 25, 2015
@jessfraz
Copy link
Contributor

I think we can close this as being included in #8951

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Functionality or other elements that the project doesn't currently have. Features are new and shiny
Projects
None yet
Development

No branches or pull requests

5 participants