docs/cluster
Anton Tiurin e66abdf7bb [SwarmCluster] Remove an extra RLock in Engine.Container
Engine.Container uses an array of containers from Engine.Containers, which is
built under an internal RLock, so the external RLock is useless.
Also allocate enough memory for the array of containers (images).

Signed-off-by: Anton Tiurin <noxiouz@yandex.ru>
2015-04-08 00:41:28 +03:00
..
swarm nodes -> engines 2015-04-07 11:46:33 -07:00
cluster.go Fix lint violations 2015-03-27 21:17:44 -06:00
container.go transform node interface to engine struct 2015-04-06 13:19:37 -07:00
engine.go [SwarmCluster] Remove an extra RLock in Engine.Container 2015-04-08 00:41:28 +03:00
engine_sorter.go nodes -> engines 2015-04-07 11:46:33 -07:00
engine_sorter_test.go nodes -> engines 2015-04-07 11:46:33 -07:00
engine_test.go fix proxyRandom and cleanup node -> engine 2015-04-06 13:38:10 -07:00
event.go transform node interface to engine struct 2015-04-06 13:19:37 -07:00
image.go transform node interface to engine struct 2015-04-06 13:19:37 -07:00
options.go Fix lint violations 2015-03-27 21:17:44 -06:00