I have docker installed and have run containers build from images using full-length commands. But after writing a docker-compose.yml file, the docker-compose command is not found in my terminal. What should I trouble shoot?
Did you install docker-compose ?
https://docs.docker.com/compose/install/
That was the problem. So simple. I thought I had installed it.
Most helpful comment
That was the problem. So simple. I thought I had installed it.