You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 6, 2018. It is now read-only.
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 Swarmfilters 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.
The text was updated successfully, but these errors were encountered:
Currently
chef-provisioning-docker
does not supportDocker 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, andSwarm
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 inchef-provisioning-docker
to be able to process all steps of convergence on the same node. It is also requires additional work ifchef-zero
used, so remote container could connect tochef-zero
on provisioning node.The text was updated successfully, but these errors were encountered: