docker-curriculum
docker-curriculum copied to clipboard
Docker Compose Lines
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!
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
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