Skip to content

Commit 23e6b5c

Browse files
committed
Add test for container list with sparse=True
Signed-off-by: Joffrey F <[email protected]>
1 parent 0b289bc commit 23e6b5c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docker/models/containers.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -873,9 +873,6 @@ def list(self, all=False, before=None, filters=None, limit=-1, since=None,
873873
container. Give the container name or id.
874874
- `since` (str): Only containers created after a particular
875875
container. Give container name or id.
876-
sparse (bool): Do not inspect containers. Returns partial
877-
informations, but guaranteed not to block. Use reload() on
878-
each container to get the full list of attributes.
879876
880877
A comprehensive list can be found in the documentation for
881878
`docker ps

0 commit comments

Comments
 (0)