Hi
I am using Podman to run the forge tunnel , but it returning me the error,
node:events:490
throw er; // Unhandled 'error' event
^
Error: spawn docker ENOENT
at notFoundError (C:\Users\jiratempadmin\AppData\Roaming\npm\node_modules\@forge\cli\node_modules\cross-spawn\lib\enoent.js:6:26)
at verifyENOENT (C:\Users\jiratempadmin\AppData\Roaming\npm\node_modules\@forge\cli\node_modules\cross-spawn\lib\enoent.js:40:16)
at cp.emit (C:\Users\jiratempadmin\AppData\Roaming\npm\node_modules\@forge\cli\node_modules\cross-spawn\lib\enoent.js:27:25)
at ChildProcess._handle.onexit (node:internal/child_process:293:12)
Emitted 'error' event on ChildProcess instance at:
at cp.emit (C:\Users\jiratempadmin\AppData\Roaming\npm\node_modules\@forge\cli\node_modules\cross-spawn\lib\enoent.js:30:37)
at ChildProcess._handle.onexit (node:internal/child_process:293:12) {
code: 'ENOENT',
errno: 'ENOENT',
syscall: 'spawn docker',
path: 'docker',
spawnargs: [ 'pull', 'atlassian/forge-tunnel:latest' ]
}
Please suggest how can i make the podman work to run the forge tunnel