You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're seeing failures to "run" the service under Docker due to syslog not being available. It seems there are container checks present but they are not firing:
Inside the container, the cgroup file does not show "lxc" or "docker." (Tested Alpine 3.17 and Debian 11.6 under Arch Linux 6.1.3 and MacOS Ventura 13.2.
❯ docker run alpine cat /proc/1/cgroup
0::/
❯ docker run debian cat /proc/1/cgroup
0::/
We're seeing failures to "run" the service under Docker due to syslog not being available. It seems there are container checks present but they are not firing:
service/service_linux.go
Lines 80 to 89 in a1c091b
Inside the container, the cgroup file does not show "lxc" or "docker." (Tested Alpine 3.17 and Debian 11.6 under Arch Linux 6.1.3 and MacOS Ventura 13.2.
The text was updated successfully, but these errors were encountered: