blob: 560bc38262729fd61807d7b2a675eaa1e2edcf63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
Plugins
=======
.. py:module:: docker.models.plugins
Manage plugins on the server.
Methods available on ``client.plugins``:
.. rst-class:: hide-signature
.. py:class:: PluginCollection
.. automethod:: get
.. automethod:: install
.. automethod:: list
Plugin objects
--------------
.. autoclass:: Plugin()
.. autoattribute:: id
.. autoattribute:: short_id
.. autoattribute:: name
.. autoattribute:: enabled
.. autoattribute:: settings
.. py:attribute:: attrs
The raw representation of this object from the server.
.. automethod:: configure
.. automethod:: disable
.. automethod:: enable
.. automethod:: reload
.. automethod:: push
.. automethod:: remove
.. automethod:: upgrade
|