mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
This PR adds support for running regular containers to be connected to
swarm mode multi-host network so that:
- containers connected to the same network across the cluster can
discover and connect to each other.
- Get access to services(and their associated loadbalancers)
connected to the same network
Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>
|
||
|---|---|---|
| .. | ||
| convert | ||
| executor | ||
| provider | ||
| cluster.go | ||
| filters.go | ||
| helpers.go | ||
| listen_addr.go | ||
| listen_addr_linux.go | ||
| listen_addr_others.go | ||