Add test for container list with sparse=True

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2018-03-14 16:53:56 -07:00 committed by Joffrey F
parent 0b289bc79e
commit 23e6b5c46b
1 changed files with 0 additions and 3 deletions

View File

@ -873,9 +873,6 @@ class ContainerCollection(Collection):
container. Give the container name or id.
- `since` (str): Only containers created after a particular
container. Give container name or id.
sparse (bool): Do not inspect containers. Returns partial
informations, but guaranteed not to block. Use reload() on
each container to get the full list of attributes.
A comprehensive list can be found in the documentation for
`docker ps