mirror of https://github.com/docker/docker-py.git
Merge pull request #1484 from BenDoan/master
removed unused/typoed param from models.containers.list docstring
This commit is contained in:
commit
c35a6283a0
|
@ -726,7 +726,7 @@ class ContainerCollection(Collection):
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
all (bool): Show all containers. Only running containers are shown
|
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
|
since (str): Show only containers created since Id or Name, include
|
||||||
non-running ones
|
non-running ones
|
||||||
before (str): Show only container created before Id or Name,
|
before (str): Show only container created before Id or Name,
|
||||||
|
|
Loading…
Reference in New Issue