Hacker News new | ask | show | jobs
by javatuts 310 days ago
Hey! Thanks for pointing it out. I just double-checked the article, and actually — nothing there is outdated
3 comments

  $ 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.