docker / awesome-compose

Awesome Docker Compose samples
https://docs.docker.com/compose/
Creative Commons Zero v1.0 Universal
34.57k stars 6.64k forks source link

docs: correct the docker-compose command. #316

Closed MarkShen1992 closed 1 year ago

MarkShen1992 commented 1 year ago

rename command name from docker compose to docker-compose.

Signed-off-by: Mark 40328786+MarkShen1992@users.noreply.github.com

andrewm4894 commented 1 year ago

Should it not actually be docker compose assuming everyone is using latest docker cli?

My understanding was that docker compose should be preferred

https://stackoverflow.com/questions/66514436/difference-between-docker-compose-and-docker-compose

mikesir87 commented 1 year ago

You are correct @andrewm4894. The docker-compose command is the older Compose codebase that was written in Python and is no longer supported or maintained. The new docker compose tool is written in Go and is where new features and support is being focused.

Therefore, I'm going to close this PR as this is going backwards in terms of our intended direction. If you have any additional questions, comments, or feedback, feel free to share!