From 1114e1289cdbc5ac7c2679425316977b50109b51 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sun, 15 Oct 2017 10:25:42 +0200 Subject: [PATCH] Update NEWS file --- NEWS | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/NEWS b/NEWS index f5f64757..36cf541a 100644 --- a/NEWS +++ b/NEWS @@ -21,6 +21,18 @@ Backward-incompatible changes: * Support for Docker API < 2.0 is deprecated (docker plugins) +News command line options: + + --disable-webui Disable the WebUI (only Restful API will respond) + --enable-light Enable the light mode for the UI interface + +News configuration keys in the glances.conf file: + + [docker] + # By default, Glances only display running containers + # Set the following key to True to display all containers + all=False + ============================================================================== Glances Version 2 ============================================================================== -- GitLab