Hacker News new | ask | show | jobs
by a_ba 310 days ago
The docker-compose syntax ist valid for compose/v1 which was last updated in 2021. yet this article is from 2025. is vibe-docing now a thing also?
1 comments

Hey! Thanks for pointing it out. I just double-checked the article, and actually — nothing there is outdated

  $ docker-compose
  bash: docker-compose: command not found

  $ docker compose
  Usage:  docker compose [OPTIONS] COMMAND
  ...
docker-compose is in fact deprecated, its right in the docs.

https://docs.docker.com/compose/releases/migrate/#what-are-t...

FWIW I still use docker-compose and had no idea it was deprecated. Pretty sure my colleagues do also.