From 74fa21534876eaae714278e1c430b2792296607e Mon Sep 17 00:00:00 2001 From: oxypomme Date: Mon, 9 Oct 2023 13:50:25 +0200 Subject: [PATCH] feat: added lazydocker config --- lazydocker/config.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 lazydocker/config.yml diff --git a/lazydocker/config.yml b/lazydocker/config.yml new file mode 100644 index 0000000..cd2ccec --- /dev/null +++ b/lazydocker/config.yml @@ -0,0 +1,20 @@ +gui: + language: 'en' + returnImmediately: true + containerStatusHealthStyle: "icon" +commandTemplates: + dockerCompose: "docker compose" +replacements: + imageNamePrefixes: + 'vxnexus-registry.intra.inist.fr:8083': '' +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