summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilas Bowman <milas.bowman@docker.com>2022-07-29 16:01:29 -0400
committerMilas Bowman <milas.bowman@docker.com>2022-07-29 16:01:29 -0400
commit003a16503a6a760ece2cffa549ebf25e0474108c (patch)
tree90eeecd880b822b5593fe14f88379e06f1d36bbd
parentc6c2bbdcda6ebfc6afae55fd696fb83bcd8ebdf5 (diff)
downloaddocker-py-003a16503a6a760ece2cffa549ebf25e0474108c.tar.gz
docs: fix list formatting
Signed-off-by: Milas Bowman <milas.bowman@docker.com>
-rw-r--r--docker/models/containers.py1
1 files changed, 1 insertions, 0 deletions
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: