"docker compose" (v2) vs "docker-compose" (v1) vs "podman-compose" - which one to choose?
Latest Docker Compose (v2)
https://docs.docker.com/compose/cli-command/
Now, the command is no longer docker-compose
(although there is compose-switch), but rather, a Docker plugin, docker compose
.
For some reasons, it had to rebuild my Dockerfile image again, even though I have built (and tagged) it before.
I saw that there that are releases for Windows and macOS (darwin, including arm64) as well; and it is already installed by default on Windows and macOS.