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?