From 003a16503a6a760ece2cffa549ebf25e0474108c Mon Sep 17 00:00:00 2001 From: Milas Bowman Date: Fri, 29 Jul 2022 16:01:29 -0400 Subject: docs: fix list formatting Signed-off-by: Milas Bowman --- docker/models/containers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/models/containers.py b/docker/models/containers.py index 3d01031..c37df55 100644 --- a/docker/models/containers.py +++ b/docker/models/containers.py @@ -606,6 +606,7 @@ class ContainerCollection(Collection): IDs that the container process will run as. healthcheck (dict): Specify a test to perform to check that the container is healthy. The dict takes the following keys: + - test (:py:class:`list` or str): Test to perform to determine container health. Possible values: -- cgit v1.2.1