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

swarm mode #14

Open
thistleknot opened this issue Apr 2, 2021 · 1 comment
Open

swarm mode #14

thistleknot opened this issue Apr 2, 2021 · 1 comment

Comments

@thistleknot
Copy link

I found this guide
https://hub.docker.com/r/lvarin/slurm-docker-cluster

but it doesn't actually replicate the c1 workers

found this as well
https://stackoverflow.com/questions/49518376/docker-swarm-how-to-balance-already-running-containers-in-a-swarm-cluster

looks like I need to modify docker-compose to include something like
please advise

deploy:
      restart_policy:
        condition: any
      mode: replicated
      replicas: 5
      placement:
        constraints: [node.role == worker]
@giovtorres
Copy link
Owner

Nice. I was not aware of this fork. I'm not familiar with Docker Swarm either. Sounds very interesting. I'd be ok if someone wanted to submit a change to enhance this project with swarm mode if users would find it useful!

For questions about that fork's functionality, you should raise an issue on that project instead.

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

No branches or pull requests

2 participants