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 Swarm #513

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Docker Swarm #513

wants to merge 6 commits into from

Conversation

Stazer
Copy link

@Stazer Stazer commented Jan 31, 2018

Hi,

for a side project I need support for swarm, so I added a few (node, service, swarm) classes for working with docker swarm. There is still some work to do (tests, classes for tasks, configs, secrets etc.).

Hopefully there is some use for it!

Best Regards

@tlunter
Copy link
Contributor

tlunter commented Jan 31, 2018

Hello,

Does this gem address the same work that you're doing here? https://github.com/mikejmoore/docker-swarm-sdk

I've never actually used docker swarm, so I'm not familiar with it at all.

@Stazer
Copy link
Author

Stazer commented Feb 1, 2018

Hi,

yes it is for the same purpose. But it seems that the gem does not integrate so well into the existing docker-api code base. For instance, it uses an own connection class, which is not absolutely required and its entities do not inherit from Docker::Base.

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

Successfully merging this pull request may close these issues.

2 participants