docs/cluster
Andrea Luzzardi abfe5e6f4c Add support for Swarm IDs.
- Every container that gets created through Swarm gets a Swarm ID
  assigned (as a label).
- All API operations (start, stop, ...) can be performed by using either
  the container ID or the swarm ID.

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2015-05-11 16:56:07 -07:00
..
swarm Add support for Swarm IDs. 2015-05-11 16:56:07 -07:00
cluster.go use cluster.ContainerConfig 2015-04-30 11:44:25 -07:00
config.go container config: Add Swarm ID helpers. 2015-05-11 16:56:07 -07:00
config_test.go container config: Add Swarm ID helpers. 2015-05-11 16:56:07 -07:00
container.go container: Use state strings from dockerclient instead of embedding 2015-05-07 15:42:26 -07:00
engine.go Add support for Swarm IDs. 2015-05-11 16:56:07 -07: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 use cluster.ContainerConfig 2015-04-30 11:44:25 -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 Change heartbeat type to unsigned int 2015-04-09 00:04:50 +00:00