docker-compose not found?
Table of Contents
Introduction
After upgrading Docker to version 4.32, you may encounter the "docker-compose not found" issue.
Solution:
Remove the hyphen and use docker compose
instead of docker-compose
.
Why they did that? Who knows..
Cheers!