Ioan Alferaru
Results
12
comments of
Ioan Alferaru
not being detected on ubuntu 24 either
dockerd check is done through: ```typescript // Docker is running check try { const { stdout: dockerOutput } = await execAsync('docker ps'); specs.dockerIsRunning = !!dockerOutput; } catch (e) { console.error('Error...