containrrr / shepherd

Docker swarm service for automatically updating your services whenever their image is refreshed
https://hub.docker.com/r/mazzolino/shepherd
MIT License
490 stars 87 forks source link

Update containers in other DockerSwarm stacks #109

Open GuyKh opened 1 year ago

GuyKh commented 1 year ago

As far as I can tell, Shepherd is only trying to update containers that share the same Docker stack with it. Can I have the same instance update containers in other stacks too? Or, if I take it to the extreme, other docker swarms?

djmaze commented 12 months ago

That's not true. Shepherd updates services by name, which means you can update any service in your swarm.

Updating services in other swarms could be possible via somehow forwarding the unix or tcp socket from a node in the other swarm, but that is going to be a big mess.