docs/cluster
Dong Chen 995866d76c Improve node management.
1. Introduce pending state. Pending nodes need validation before moving to healthy state. Resolve issues of duplicate ID and dead node drop issues.
2. Expose error and last update time in docker info.
3. Use connect success/failure to drive state transition between healthy and unhealthy.

Signed-off-by: Dong Chen <dongluo.chen@docker.com>
2015-12-30 13:25:43 -08:00
..
mesos Improve node management. 2015-12-30 13:25:43 -08:00
swarm Improve node management. 2015-12-30 13:25:43 -08:00
cluster.go Add token pass-thru for Authconfig 2015-12-11 18:36:55 -08:00
config.go do not try retry with soft-image-affinity when have node constraint 2015-10-08 05:06:39 -04:00
config_test.go do not try retry with soft-image-affinity when have node constraint 2015-10-08 05:06:39 -04:00
container.go Fix container matching 2015-10-07 14:18:35 -07:00
container_test.go create Containers type 2015-05-26 12:01:48 -07:00
engine.go Improve node management. 2015-12-30 13:25:43 -08:00
engine_sorter.go implemented naturalsorter for engine 2015-08-06 11:35:49 -04:00
engine_sorter_test.go implemented naturalsorter for engine 2015-08-06 11:35:49 -04:00
engine_test.go Improve node management. 2015-12-30 13:25:43 -08:00
event.go transform node interface to engine struct 2015-04-06 13:19:37 -07:00
image.go add support do with image digest 2015-11-11 12:11:08 +08:00
image_test.go Merge pull request #1363 from dongluochen/refreshConfiguration 2015-11-25 14:30:16 -08:00
network.go display all the containers that are part of a global network on inspect 2015-12-15 17:48:35 -08:00
network_test.go display all the containers that are part of a global network on inspect 2015-12-15 17:48:35 -08:00
options.go adding ip as an option for flags 2015-05-18 20:34:57 -04:00
options_test.go Use os.Unsetenv in options_test 2015-07-01 20:25:52 -07:00
volume.go add support for docker volume ls & inspect 2015-09-05 07:56:22 -07:00