Under the hood
Useful1 Signal0
Detecting whether you're inside Docker now happens through one shared helper.
What's wrong with this entry?
Anonymous. No account, no email.
What
The runtime-environment classifier that returns "docker" now goes through a shared helper rather than inlining its own caching.
Details
- Replaces the inline
cached ?? probe()pattern with a helper wrapping it. - The same detection is now shared with other callers.
Evidence
kubernetes
Strings lifted out of the shipped bundle, so the claim above can be checked against them.