MCPcopy 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
108function isPodmanOnWindows() {
109 return process.platform === 'win32' && getRuntime().endsWith('podman');
110}
111
112function getHostAuthFile() {
113 const authFile = process.env.REGISTRY_AUTH_FILE

Callers 1

syncAuthToPodmanMachineFunction · 0.85

Calls 1

getRuntimeFunction · 0.85

Tested by

no test coverage detected