mirror of https://github.com/docker/docker-py.git
Merge 8ad1276ed1
into 526a9db743
This commit is contained in:
commit
35751ff332
|
@ -156,7 +156,10 @@ class Container(Model):
|
|||
|
||||
Returns:
|
||||
(list) A list of dictionaries containing the attributes `Path`
|
||||
and `Kind`.
|
||||
and `Kind`:
|
||||
``0``: Modified ("C")
|
||||
``1``: Added ("A")
|
||||
``2``: Deleted ("D")
|
||||
|
||||
Raises:
|
||||
:py:class:`docker.errors.APIError`
|
||||
|
|
Loading…
Reference in New Issue