We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4b1c25 commit bc45e71Copy full SHA for bc45e71
docker/models/containers.py
@@ -15,7 +15,12 @@
15
16
17
class Container(Model):
18
-
+ """ Local representation of a container object. Detailed configuration may
19
+ be accessed through the :py:attr:`attrs` attribute. Note that local
20
+ attributes are cached; users may call :py:meth:`reload` to
21
+ query the Docker daemon for the current properties, causing
22
+ :py:attr:`attrs` to be refreshed.
23
+ """
24
@property
25
def name(self):
26
"""
0 commit comments