-
Notifications
You must be signed in to change notification settings - Fork 309
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
Support new Docker Swarm Mode (Docker 17+) #215
Comments
I'm currently working on implementing this in scnerd:swarmspawner and it looks like there's some older, possibly stale work in yacchin1205:with-docker-services-api. Neither approach looks nearly mature, but I'm hoping to get my branch robust enough to propose a PR. |
Edit: I noticed this Issue is OLD, sorry but it wasn't working last month but I thought I'd share my knowledge: with
and it works for me. You'll note that this isn't a proper fix but might help someone anyway. |
Hi! I’m going through and cleaning up old/stale issues on this repo. SwarmSpawner has received several updates related to handling service states (e.g. #296), so I think this is probably fixed. Feel free to open a new Issue if you are still having this trouble. |
It's official, SwarmSpawner is deprecated. After several days of copying every example configuration I can find, I can't get the latest SwarmSpawner to work on Docker 17+ (specifically 17.12.0-ce).
Any chance spawning Docker Services into a new-style Docker Swarm will get supported any time soon? This repository seems like the perfect place to implement such a feature (seeing as old-style swarms were already supported), now that there's no other alternative.
The text was updated successfully, but these errors were encountered: