Make the Docker API connection timeout configurable, update doc

This commit is contained in:
Nicolas Hennion 2021-05-26 14:19:31 +02:00
parent 3a9ec4e4a8
commit 38448dcbfb
1 changed files with 2 additions and 0 deletions

View File

@ -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)