How to alias docker-compose to docker compose?
From my understanding, docker compose is the latest version. This is the one at least I installed from docker official documentation. I am working on a project that use docker-compose in their makefile. How could I forward all the calls (and their arguments) from docker-compose to docker compose ? I created an alias: alias docker-compose="docker compose" It