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
Hardware.Info is designed to access the local machine's hardware through system APIs - WMI on Windows, /dev, /proc, /sys on Linux and sysctl, system_profiler on macOS - which are not available inside a Docker container.
In Docker, the container is isolated, so it doesn't have access to the host's hardware info unless you run it with elevated privileges (for example, using the --privileged flag).
docker desktop
net8.0
the results is blank!
` foreach (var hardware in hardwareInfo.BiosList)
Console.WriteLine(hardware);
The text was updated successfully, but these errors were encountered: