Skip to content

Commit 0f48507

Browse files
authored
Switch from 'docker-compose' to 'docker compose'. (ros2#3527)
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 <[email protected]>
1 parent 551221e commit 0f48507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/How-To-Guides/Run-2-nodes-in-single-or-separate-docker-containers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ As an alternative to the command line invocation, you can create a ``docker-comp
8686
depends_on:
8787
- talker
8888
89-
To run the containers call ``docker-compose up`` in the same directory. You can close the containers with ``Ctrl+C``.
89+
To run the containers call ``docker compose up`` in the same directory. You can close the containers with ``Ctrl+C``.

0 commit comments

Comments
 (0)