xebialabs-community / xld-docker-plugin

*** Use the supported plugin now *** The Docker plugin is a XL Deploy plugin that adds capability for deploying applications to a Docker machines or Docker Swarm Clusters.
https://xebialabs.com/plugins/docker/
7 stars 7 forks source link

Docker Swarm mode #8

Open bastichelaar opened 8 years ago

bastichelaar commented 8 years ago

Starting with Docker 1.12, Docker added a new Swarm mode. This changes the way images are deployed: they need to be deployed as services. Is this functionality planned?

bmoussaud commented 8 years ago

@bastichelaar thank you for the question. Of course, I'm thinking about this. Do you expect to have a transparent way based on the target (if the target is 'docker.Swarm' then use a docker service else use the legacy way) or define an docker.Service deployed type that can be targeted only on a swarm manager.

bastichelaar commented 8 years ago

I would prefer the second option. I will also try to contribute!