Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TechJeeper/Printventory
/ isPodmanOnWindows
Function
isPodmanOnWindows
scripts/container-runtime.js:108–110 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
106
}
107
108
function
isPodmanOnWindows() {
109
return
process.platform ===
'win32'
&& getRuntime().endsWith(
'podman'
);
110
}
111
112
function
getHostAuthFile() {
113
const
authFile = process.env.REGISTRY_AUTH_FILE
Callers
1
syncAuthToPodmanMachine
Function · 0.85
Calls
1
getRuntime
Function · 0.85
Tested by
no test coverage detected