mirror of https://github.com/docker/docker-py.git
Add test for container list with sparse=True
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
0b289bc79e
commit
23e6b5c46b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue