From 9d23278643cb6b4a097e833915a73ab9a2eba10d Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Thu, 7 Dec 2017 13:52:27 -0800 Subject: [PATCH] container: fix docstring for containers() Signed-off-by: Anthony Sottile --- docker/api/container.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/api/container.py b/docker/api/container.py index f3c33c9786..8dd89ccf95 100644 --- a/docker/api/container.py +++ b/docker/api/container.py @@ -139,7 +139,8 @@ def containers(self, quiet=False, all=False, trunc=False, latest=False, Args: quiet (bool): Only display numeric Ids all (bool): Show all containers. Only running containers are shown - by default trunc (bool): Truncate output + by default + trunc (bool): Truncate output latest (bool): Show only the latest created container, include non-running ones. since (str): Show only containers created since Id or Name, include