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

Docker stack deploy multiple node container resolving #141

Open
FabianSchurig opened this issue Jul 20, 2019 · 2 comments
Open

Docker stack deploy multiple node container resolving #141

FabianSchurig opened this issue Jul 20, 2019 · 2 comments
Labels
feature Definition of a feature to be implemented secondary-feature A low priority feature

Comments

@FabianSchurig
Copy link

In #80 there was the following observation:

Not related to your question but as you are using docker stack deploy then you are using docker swarm, you must be aware DPS will solve just containers started at the current machine, it will not solve containers from others cluster nodes.

I think it would be cool to add support for multiple nodes. Configurable like traefik, with labels in the following way:

    deploy:
      labels:
        - "dps.network=web"
        - "dps.enable=true"
        - "dps.hostname=Host:subdomain.domain.com"
        - "dps.port=8080"
        - "dps.tags=public"

Thanks in advance!

@mageddo
Copy link
Owner

mageddo commented Aug 14, 2019

Me too, the question is: I think docker wouldn't have such API to DPS use it, never did a deep search about it anyway

@mageddo mageddo added the feature Definition of a feature to be implemented label Aug 14, 2019
@FabianSchurig
Copy link
Author

Thanks for your answer!
I think it would be helpful to take a look on traefik and how container registration is realized there.

@mageddo mageddo added the secondary-feature A low priority feature label Mar 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Definition of a feature to be implemented secondary-feature A low priority feature
Projects
None yet
Development

No branches or pull requests

2 participants