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

class Docker::Plugin object that maps to the Plugins section of the API #581

Open
kk723 opened this issue Jul 23, 2022 · 0 comments
Open

Comments

@kk723
Copy link

kk723 commented Jul 23, 2022

Feature Request

I saw there wasn't a class Docker::Plugin. Docker allows 3rd-party plugins. Plugins extend the capabilities of the Docker Engine. There are already several Docker Plugins available in the Docker Store and github like the drbd plugin and the ipfs plugin. It would be beneficial for a class Docker::Plugin to list, install, remove, upgrade, enable, disable, configure, and reload Docker plugins on several Docker hosts.

Here is the official Docker Plugins API documentation: https://docker-py.readthedocs.io/en/stable/plugins.html.

Can we get a class Docker::Plugin for this ruby gem that contains the methods described in the document above?

@kk723 kk723 changed the title class Docker::Plugin object that maps to the Plugins section of the Api class Docker::Plugin object that maps to the Plugins section of the API Jul 23, 2022
@kk723 kk723 changed the title class Docker::Plugin object that maps to the Plugins section of the API class Docker::Plugin type that maps to the Plugins section of the API Jul 23, 2022
@kk723 kk723 changed the title class Docker::Plugin type that maps to the Plugins section of the API class Docker::Plugin object that maps to the Plugins section of the API Jul 23, 2022
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

1 participant