Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update containers in other DockerSwarm stacks #109

Open
GuyKh opened this issue Aug 20, 2023 · 1 comment
Open

Update containers in other DockerSwarm stacks #109

GuyKh opened this issue Aug 20, 2023 · 1 comment
Labels

Comments

@GuyKh
Copy link

GuyKh commented Aug 20, 2023

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
Copy link
Collaborator

djmaze commented Sep 27, 2023

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.

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

No branches or pull requests

3 participants