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
When using latest version, startup fails with the following error:
2017-01-19T20:39:48.090681185Z Error: can't get my container ID !
I noticed that the error is generated by the startup script, since it cannot find docker on /proc/self/cgroup. Kubernetes mounts all cgroups on the root. So instead of what you would get starting a container with docker itself:
When using latest version, startup fails with the following error:
I noticed that the error is generated by the startup script, since it cannot find
docker
on/proc/self/cgroup
. Kubernetes mounts all cgroups on the root. So instead of what you would get starting a container with docker itself:You get this in Kubernetes:
Changing the lookup pattern so it looks for the container ID after the last
/
should probably fix the problem.The text was updated successfully, but these errors were encountered: