You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
It is possible to execute compose not just as
podman-compose
anddocker-compose
but also aspodman compose
anddocker 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
anddocker compose --version
.Order of checks should be do the
podman compose
anddocker compose
checks before thepodman-compose
anddocker-compose
and prefer those commands over the-
versions.The text was updated successfully, but these errors were encountered: