Compare commits

...

1 Commits

Author SHA1 Message Date
fauno 7818c89ad7 fix: provide access to containerd socket toolshed/abra#900 2026-07-31 13:57:43 -03:00
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -99,3 +99,6 @@ LIVE_DEBUGGING=false
# Node memory usage alert will trigger when memory usage is above the given number in percent
#ALERT_NODE_MEMORY_USAGE=85
# Edit this if your distribution sets this socket to another location
# CONTAINERD_SOCKET=/var/run/containerd/containerd.sock
+1
View File
@@ -13,6 +13,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock:ro
- /sys:/sys:ro
- /var/lib/docker:/var/lib/docker:ro
- "${CONTAINERD_SOCKET:-/run/containerd/containerd.sock}:/run/containerd/containerd.sock"
- alloy-data:/var/lib/alloy/data
command:
- "run"