MCPcopy Create free account
hub / github.com/blockmatic/basilic / checkDockerRunning

Function checkDockerRunning

scripts/setup-database.mjs:89–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87}
88
89function checkDockerRunning() {
90 try {
91 execSync('docker info', { stdio: 'ignore' })
92 return true
93 } catch {
94 return false
95 }
96}
97
98function getPlatform() {
99 const osPlatform = platform()

Callers 2

installDockerFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected