Kaydet (Commit) bc45e71c authored tarafından Joffrey F's avatar Joffrey F

Document attr caching for Container objects

Signed-off-by: 's avatarJoffrey F <joffrey@docker.com>
üst d4b1c259
......@@ -15,7 +15,12 @@ from .resource import Collection, Model
class Container(Model):
""" Local representation of a container object. Detailed configuration may
be accessed through the :py:attr:`attrs` attribute. Note that local
attributes are cached; users may call :py:meth:`reload` to
query the Docker daemon for the current properties, causing
:py:attr:`attrs` to be refreshed.
"""
@property
def name(self):
"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment