1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon/cluster
Jana Radhakrishnan 99a98ccc14 Add support for docker run in swarm mode overlay
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>
2016-09-07 21:20:41 -07:00
..
convert Add support for docker run in swarm mode overlay 2016-09-07 21:20:41 -07:00
executor Add support for docker run in swarm mode overlay 2016-09-07 21:20:41 -07:00
provider Add engine-api types to docker 2016-09-07 11:05:58 -07:00
cluster.go Add support for docker run in swarm mode overlay 2016-09-07 21:20:41 -07:00
filters.go Add engine-api types to docker 2016-09-07 11:05:58 -07:00
helpers.go Fix spelling in comments, strings and documentation 2016-07-03 20:58:11 +03:00
listen_addr.go Only consider "device" interfaces in address autodetection on Linux 2016-08-02 10:54:43 -07:00
listen_addr_linux.go Only consider "device" interfaces in address autodetection on Linux 2016-08-02 10:54:43 -07:00
listen_addr_others.go Only consider "device" interfaces in address autodetection on Linux 2016-08-02 10:54:43 -07:00