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]: support "podman compose" and "docker compose" #549

Open
millerjp opened this issue Nov 4, 2024 · 0 comments
Open

[bug]: support "podman compose" and "docker compose" #549

millerjp opened this issue Nov 4, 2024 · 0 comments
Assignees
Labels
Bug Something isn't working

Comments

@millerjp
Copy link
Contributor

millerjp commented Nov 4, 2024

It is possible to execute compose not just as podman-compose and docker-compose but also as podman compose and docker compose. We need to update our local cluster setup to support all these ways of running the local clusters.

It also seems to be the default install in this fashion.

We can test this via podman compose --version and docker compose --version.

Order of checks should be do the podman compose and docker compose checks before the podman-compose and docker-compose and prefer those commands over the - versions.

@millerjp millerjp added the Bug Something isn't working label Nov 4, 2024
@millerjp millerjp added this to the v1.0.0-release milestone Nov 4, 2024
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