You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Can we get a class Docker::Plugin for this ruby gem that contains the methods described in the document above?
The text was updated successfully, but these errors were encountered:
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
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
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
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 thedrbd
plugin and theipfs
plugin. It would be beneficial for aclass 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?The text was updated successfully, but these errors were encountered: