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>
		
	
					 | 
			||
|---|---|---|
| .. | ||
| archive.go | ||
| container.go | ||
| container_solaris.go | ||
| container_unit_test.go | ||
| container_unix.go | ||
| container_windows.go | ||
| health.go | ||
| history.go | ||
| memory_store.go | ||
| memory_store_test.go | ||
| monitor.go | ||
| mounts_unix.go | ||
| mounts_windows.go | ||
| state.go | ||
| state_solaris.go | ||
| state_test.go | ||
| state_unix.go | ||
| state_windows.go | ||
| store.go | ||