## `docker-compose` is EOL. We should be using `docker compose` Originally, I thought this was just a Docker Desktop feature, but it appears that Linux docker distros should support this. - https://stackoverflow.com/questions/66514436/difference-between-docker-compose-and-docker-compose - https://blogs.perficient.com/2023/06/05/upgrade-instructions-to-docker-compose-v1-to-v2/#:~:text=V1%20vs%20V2,original%20standalone%20Docker%20orchestration%20application. - https://www.docker.com/blog/new-docker-compose-v2-and-v1-deprecation/#:~:text=An%20even%20easier%20way%20is,the%20newest%20version%20of%20Compose. Note, as we learn about new compose features at DockerCon, we will need to understand how/when they will be available on Linux. **Question: who creates the docker executable for our Linux?**