Skip to content
This repository has been archived by the owner on Jul 6, 2018. It is now read-only.

Docker Swarm support #55

Open
marc- opened this issue Jun 11, 2015 · 0 comments
Open

Docker Swarm support #55

marc- opened this issue Jun 11, 2015 · 0 comments

Comments

@marc-
Copy link
Contributor

marc- commented Jun 11, 2015

Currently chef-provisioning-docker does not support Docker Swarm -- docker native clustering tool. chef-provisioning-docker workflow implies committing containers and reusing resulting images. This new image exists only on single node in the cluster, and Swarm is unable to track it and run container on node with that image.
This could be addressed on Swarm side by implementing images replication. But I didn't see any work in that direction so far.
Another way is to support Swarm filters in chef-provisioning-docker to be able to process all steps of convergence on the same node. It is also requires additional work if chef-zero used, so remote container could connect to chef-zero on provisioning node.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant