Skip to content

Commit 2b30c99

Browse files
committed
Add VMs section (disabled by default) in the Docker glances.conf file
1 parent fbd0eee commit 2b30c99

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docker-compose/glances.conf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,14 @@ port_default_gateway=False
461461
#web_4_url=https://blog.nicolargo.com/nonexist
462462
#web_4_description=Intranet
463463

464+
[vms]
465+
disable=True
466+
# Define the maximum VMs size name (default is 20 chars)
467+
max_name_size=20
468+
# By default, Glances only display running VMs
469+
# Set the following key to True to display all VMs
470+
all=False
471+
464472
[containers]
465473
disable=False
466474
# Only show specific containers (comma-separated list of container name or regular expression)

0 commit comments

Comments
 (0)