docker-curriculum icon indicating copy to clipboard operation
docker-curriculum copied to clipboard

Docker Compose Lines

Open rrbebeau opened this issue 2 years ago • 2 comments

I think the newest versions of Docker use the command: docker compose instead of docker-compose.

I think making a note of that in the tutorial would be helpful!

rrbebeau avatar Jun 03 '23 05:06 rrbebeau

Agreed, I had slight issues with finding the version installed at first before I found this https://docs.docker.com/reference/cli/docker/compose/version/

Basically using docker compose version instead of docker-compose --version

lenasolarova avatar Feb 12 '25 12:02 lenasolarova

Also supporting this issue. docker compose has been changed from a Python implementation to a Go implemenation as documented here: https://docs.docker.com/compose/intro/history

alexkrz avatar Nov 01 '25 09:11 alexkrz