javatarz commented on a change in pull request #18810:
URL: https://github.com/apache/airflow/pull/18810#discussion_r724370001



##########
File path: BREEZE.rst
##########
@@ -949,13 +949,17 @@ Running "Docker Compose" commands
 ---------------------------------
 
 To run Docker Compose commands (such as ``help``, ``pull``, etc), use the
-``docker-compose`` command. To add extra arguments, specify them
+``docker compose`` command. To add extra arguments, specify them
 after ``--`` as extra arguments.
 
 .. code-block:: bash
 
      ./breeze docker-compose pull -- --ignore-pull-failures
 
+Internally, breeze supports the [v1 compose 
binary](https://docs.docker.com/compose/install/) (``docker-compose``)

Review comment:
       I've added documentation that talks about v2 not being supported now so 
we can avoid this in the future. Can you have a look?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to