feat: added lazydocker config
This commit is contained in:
20
lazydocker/config.yml
Normal file
20
lazydocker/config.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
gui:
|
||||
language: 'en'
|
||||
returnImmediately: true
|
||||
containerStatusHealthStyle: "icon"
|
||||
commandTemplates:
|
||||
dockerCompose: "docker compose"
|
||||
replacements:
|
||||
imageNamePrefixes:
|
||||
'vxnexus-registry.intra.inist.fr:8083': '<intra.inist>'
|
||||
stats:
|
||||
graphs:
|
||||
- caption: CPU (%)
|
||||
statPath: DerivedStats.CPUPercentage
|
||||
color: blue
|
||||
- caption: Memory (%)
|
||||
statPath: DerivedStats.MemoryPercentage
|
||||
color: green
|
||||
#- caption: Memory (o)
|
||||
# statPath: ClientStats.MemoryStats.Usage
|
||||
# color: red
|
||||
Reference in New Issue
Block a user