This commit is contained in:
valq7711 2025-06-01 18:48:57 -03:00 committed by GitHub
commit 35751ff332
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -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`