We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No response
When clicking the button (+compose) to create a new stack the log constantly spews the below error over and over.
Info: docker aliases to podman docker compose aliases to podman-compose
docker
podman
docker compose
podman-compose
I believe the command it is calling docker compose ps --format json
docker compose ps --format json
However there is no --format flag.
--format
You need to call either
docker compose --podman-args='--format json' ps or podman-compose --podman-args='--format json' ps
docker compose --podman-args='--format json' ps
podman-compose --podman-args='--format json' ps
no error
2024-01-11T05:47:40Z [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' ] }
1.4.1
fedora 39
Firefox 121
podman version 4.8.3 / podman-compose version 1.0.6
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🛡️ Security Policy
Description
No response
👟 Reproduction steps
When clicking the button (+compose) to create a new stack the log constantly spews the below error over and over.
Info:
docker
aliases topodman
docker compose
aliases topodman-compose
I believe the command it is calling
docker compose ps --format json
However there is no
--format
flag.You need to call either
docker compose --podman-args='--format json' ps
orpodman-compose --podman-args='--format json' ps
👀 Expected behavior
no error
😓 Actual Behavior
Dockge Version
1.4.1
💻 Operating System and Arch
fedora 39
🌐 Browser
Firefox 121
🐋 Docker Version
podman version 4.8.3 / podman-compose version 1.0.6
🟩 NodeJS Version
No response
📝 Relevant log output
No response
The text was updated successfully, but these errors were encountered: