Skip to content
New issue

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

[bug]: not detecting podman compose #695

Open
millerjp opened this issue Jan 8, 2025 · 1 comment
Open

[bug]: not detecting podman compose #695

millerjp opened this issue Jan 8, 2025 · 1 comment
Assignees
Labels
Bug Something isn't working
Milestone

Comments

@millerjp
Copy link
Contributor

millerjp commented Jan 8, 2025

Clean Mac Install with a clean install of Podman Desktop running v0.1.1-internal-20250106-02

When I choose podman and create a local cluster
Screenshot 2025-01-08 at 22 51 15

Podman compose is installed - but NOT as podman-compose should use just podman compose
Screenshot 2025-01-08 at 22 51 22

The podman-compose and docker-compose options are legacy and theres risk/complexity in supporting both as we dont know what that command is actually doing. Lets just support the podman compose and docker compose commands.

@millerjp millerjp added the Bug Something isn't working label Jan 8, 2025
@millerjp millerjp added this to the RightClick milestone Jan 8, 2025
@millerjp
Copy link
Contributor Author

@mhmdkrmabd I tried testing this with an alias i.e

❯ cat /usr/local/bin/podman-compose
#!/usr/bin/env bash
podman compose "$@"

Even with that there and it executable its not being pickedup in v0.1.1-internal-20250111-01.

mhmdkrmabd added a commit that referenced this issue Feb 19, 2025
Updated the checking process, now the workbench will look for `podman compose` first, then `podman-compose`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants