We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can continue the conversation there. Go to discussion →
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The error below appears every 6 secondes.
2023-12-20T01:53:21Z [GETSERVICESTATUSLIST] ERROR: Error: spawn docker ENOENT at __node_internal_captureLargerStackTrace (node:internal/errors:496:5) at __node_internal_errnoException (node:internal/errors:623:12) at ChildProcess._handle.onexit (node:internal/child_process:283:19) at onErrorNT (node:internal/child_process:476:16) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { errno: -2, code: 'ENOENT', syscall: 'spawn docker', path: 'docker', spawnargs: [ 'compose', 'ps', '--format', 'json' ] }
docker compose up -d && docker compose logs -f
No error appears.
The error appears every 6 sec.
1.3.4
CentOS Stream 9 / Docker
Chrome 120.0.6099.110
Docker version 24.0.7, build afdd53b
No response
2023-12-20T01:52:40Z [SERVER] INFO: Welcome to dockge! 2023-12-20T01:52:40Z [SERVER] INFO: NODE_ENV: production 2023-12-20T01:52:40Z [SERVER] INFO: Server Type: HTTP 2023-12-20T01:52:40Z [SERVER] INFO: Data Dir: ./data/ 2023-12-20T01:52:40Z [DB] INFO: Database Type: sqlite 2023-12-20T01:52:40Z [SERVER] INFO: Connected to the database 2023-12-20T01:52:40Z [SERVER] INFO: Listening on 5001 2023-12-20T01:52:45Z [SERVER] INFO: Socket connected! 2023-12-20T01:52:45Z [AUTH] INFO: Login by token. IP=192.168.224.1 2023-12-20T01:52:45Z [AUTH] INFO: Username from JWT: <userid> 2023-12-20T01:52:45Z [AUTH] INFO: Successfully logged in user <userid>. IP=192.168.224.1 2023-12-20T01:52:46Z [SERVER] INFO: Socket connected! 2023-12-20T01:52:46Z [AUTH] INFO: Login by token. IP=192.168.224.1 2023-12-20T01:52:46Z [AUTH] INFO: Username from JWT: <userid> 2023-12-20T01:52:46Z [AUTH] INFO: Successfully logged in user <userid>. IP=192.168.224.1 2023-12-20T01:52:46Z [GETSERVICESTATUSLIST] ERROR: Error: spawn docker ENOENT at __node_internal_captureLargerStackTrace (node:internal/errors:496:5) at __node_internal_errnoException (node:internal/errors:623:12) at ChildProcess._handle.onexit (node:internal/child_process:283:19) at onErrorNT (node:internal/child_process:476:16) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { errno: -2, code: 'ENOENT', syscall: 'spawn docker', path: 'docker', spawnargs: [ 'compose', 'ps', '--format', 'json' ] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🛡️ Security Policy
Description
The error below appears every 6 secondes.
👟 Reproduction steps
docker compose up -d && docker compose logs -f
👀 Expected behavior
No error appears.
😓 Actual Behavior
The error appears every 6 sec.
Dockge Version
1.3.4
💻 Operating System and Arch
CentOS Stream 9 / Docker
🌐 Browser
Chrome 120.0.6099.110
🐋 Docker Version
Docker version 24.0.7, build afdd53b
🟩 NodeJS Version
No response
📝 Relevant log output
The text was updated successfully, but these errors were encountered: