mirror of https://github.com/docker/docker-py.git
removed unused/typoed param from models.containers.list docstring
Signed-off-by: Ben Doan <ben@bendoan.me>
This commit is contained in:
parent
f387ae46d7
commit
820af34940
|
@ -726,7 +726,7 @@ class ContainerCollection(Collection):
|
|||
|
||||
Args:
|
||||
all (bool): Show all containers. Only running containers are shown
|
||||
by default trunc (bool): Truncate output
|
||||
by default
|
||||
since (str): Show only containers created since Id or Name, include
|
||||
non-running ones
|
||||
before (str): Show only container created before Id or Name,
|
||||
|
|
Loading…
Reference in New Issue