summaryrefslogtreecommitdiffstats
path: root/docs/aoa/docker.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/aoa/docker.rst')
-rw-r--r--docs/aoa/docker.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/aoa/docker.rst b/docs/aoa/docker.rst
index 484dcd14..c21dc850 100644
--- a/docs/aoa/docker.rst
+++ b/docs/aoa/docker.rst
@@ -20,6 +20,13 @@ under the ``[docker]`` section:
.. code-block:: ini
[docker]
+ disable=False
+ # 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)
+ hide=donotshowthisone,andthose.*
+ # Define the maximum docker size name (default is 20 chars)
+ max_name_size=20
# Global containers' thresholds for CPU and MEM (in %)
cpu_careful=50
cpu_warning=70