Skip to content

Commit

Permalink
Switch from 'docker-compose' to 'docker compose'. (ros2#3527)
Browse files Browse the repository at this point in the history
As far as I understand, docker-compose is the V1 version
of the tool (which will stop being supported in June 2023).
'docker compose' is the V2 version of the tool, which
is still supported.

Signed-off-by: Chris Lalancette <clalancette@gmail.com>
  • Loading branch information
clalancette committed May 11, 2023
1 parent 551221e commit 0f48507
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ As an alternative to the command line invocation, you can create a ``docker-comp
depends_on:
- talker
To run the containers call ``docker-compose up`` in the same directory. You can close the containers with ``Ctrl+C``.
To run the containers call ``docker compose up`` in the same directory. You can close the containers with ``Ctrl+C``.

0 comments on commit 0f48507

Please sign in to comment.