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 running ohai under a Windows docker container (mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2019), the ipaddress/macaddress cannot be detected
ipconfig /all displays the correct information, but for some reason the wmi class used by ohai (Win32_NetworkAdapterConfiguration) doesn't include a mac address or ip address!?
The PowerShell call Get-NetAdapter (which returns a CimInstance) seems to work correctly...
Ohai Version
15.7.4
Platform Version
Windows Docker container mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2019
Ohai Output
WARN: Plugin Network: unable to detect ipaddress
The text was updated successfully, but these errors were encountered:
Description
When running ohai under a Windows docker container (mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2019), the ipaddress/macaddress cannot be detected
ipconfig /all
displays the correct information, but for some reason the wmi class used by ohai (Win32_NetworkAdapterConfiguration) doesn't include a mac address or ip address!?The PowerShell call
Get-NetAdapter
(which returns aCimInstance
) seems to work correctly...Ohai Version
15.7.4
Platform Version
Windows Docker container mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2019
Ohai Output
WARN: Plugin Network: unable to detect ipaddress
The text was updated successfully, but these errors were encountered: