Manage plugins on the server.
Methods available on client.plugins
:
Gets a plugin.
name (str) – The name of the plugin.
The plugin.
(Plugin
)
docker.errors.NotFound –
exist. –
docker.errors.APIError – If the server returns an error.
Pull and install a plugin.
remote_name (string) – Remote reference for the plugin to install. The :latest
tag is optional, and is the default if omitted.
local_name (string) – Local name for the pulled plugin. The :latest
tag is optional, and is the default if omitted. Optional.
The installed plugin
(Plugin
)
docker.errors.APIError – If the server returns an error.
List plugins installed on the server.
The plugins.
(list of Plugin
)
docker.errors.APIError – If the server returns an error.
A plugin on the server.
The ID of the object.
The ID of the object, truncated to 12 characters.
The plugin’s name.
Whether the plugin is enabled.
A dictionary representing the plugin’s configuration.
The raw representation of this object from the server.
Update the plugin’s settings.
options (dict) – A key-value mapping of options.
docker.errors.APIError – If the server returns an error.
Disable the plugin.
force (bool) – Force disable. Default: False
docker.errors.APIError – If the server returns an error.
Enable the plugin.
timeout (int) – Timeout in seconds. Default: 0
docker.errors.APIError – If the server returns an error.
Load this object from the server again and update attrs
with the new data.
Push the plugin to a remote registry.
A dict iterator streaming the status of the upload.
docker.errors.APIError – If the server returns an error.
Remove the plugin from the server.
force (bool) – Remove even if the plugin is enabled. Default: False
docker.errors.APIError – If the server returns an error.
Upgrade the plugin.
remote (string) – Remote reference to upgrade to. The :latest
tag is optional and is the default if omitted. Default: this plugin’s name.
A generator streaming the decoded API logs
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4