summaryrefslogtreecommitdiffstats
path: root/docs/aoa/docker.rst
diff options
context:
space:
mode:
authorNicolas Hennion <nicolas.hennion@thalesaleniaspace.com>2021-05-26 14:19:31 +0200
committerNicolas Hennion <nicolas.hennion@thalesaleniaspace.com>2021-05-26 14:19:31 +0200
commit38448dcbfb61cbdad76037355e9e9e3edaf4911b (patch)
tree07dc6955736c229a95d82adc03bc4503732faa88 /docs/aoa/docker.rst
parent3a9ec4e4a85d9f2845d8044053f4f50c777aa8af (diff)
Make the Docker API connection timeout configurable, update doc
Diffstat (limited to 'docs/aoa/docker.rst')
-rw-r--r--docs/aoa/docker.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/aoa/docker.rst b/docs/aoa/docker.rst
index c21dc850..87f2c8b8 100644
--- a/docs/aoa/docker.rst
+++ b/docs/aoa/docker.rst
@@ -21,6 +21,8 @@ under the ``[docker]`` section:
[docker]
disable=False
+ # Timeout for API calls (in seconds, default is 1)
+ timeout=1
# Only show specific containers (comma separeted list of container name or regular expression)
show=thiscontainer,andthisone,andthoseones.*
# Hide some containers (comma separeted list of container name or regular expression)