blob: d907ad4216c2d3e354ea2341472e921ef6770904 (
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
|
Configs
=======
.. py:module:: docker.models.configs
Manage configs on the server.
Methods available on ``client.configs``:
.. rst-class:: hide-signature
.. py:class:: ConfigCollection
.. automethod:: create
.. automethod:: get
.. automethod:: list
Config objects
--------------
.. autoclass:: Config()
.. autoattribute:: id
.. autoattribute:: name
.. py:attribute:: attrs
The raw representation of this object from the server.
.. automethod:: reload
.. automethod:: remove
|