MCPcopy Create free account
hub / github.com/TechJeeper/Printventory / runQuiet

Function runQuiet

scripts/container-runtime.js:88–90  ·  view source on GitHub ↗
(args, options = {})

Source from the content-addressed store, hash-verified

86}
87
88function runQuiet(args, options = {}) {
89 return execSync(`${getRuntime()} ${args}`, { stdio: 'pipe', shell: true, ...options });
90}
91
92function dockerHubRegistry() {
93 return 'docker.io';

Callers 1

syncAuthToPodmanMachineFunction · 0.85

Calls 1

getRuntimeFunction · 0.85

Tested by

no test coverage detected