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
It appears like Docker detection happens by inspecting /proc/1/cgroup. If the cgroup paths themselves don't include "docker", then the detection fails. This happens if the user decides to control / configure the cgroup path.
I think there may be a couple other heuristics that we can use. Some other options:
look for /.dockerenv
look for /.dockerinit
The text was updated successfully, but these errors were encountered:
It appears like Docker detection happens by inspecting /proc/1/cgroup. If the cgroup paths themselves don't include "docker", then the detection fails. This happens if the user decides to control / configure the cgroup path.
I think there may be a couple other heuristics that we can use. Some other options:
The text was updated successfully, but these errors were encountered: