Skip to content

Commit 58513ba

Browse files
committed
Annotate Script
1 parent 226fc41 commit 58513ba

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

services

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@
22
#
33
# Command Line Interface to start all services associated with the Fast/Micro-RTPS tutorials
44
#
5-
# For this tutorial the commands are merely a convenience script to run ${dockerCmd}#
5+
#
6+
# For this tutorial the commands are merely a convenience script to run docker or docker-compose
7+
#
8+
# Each services script can be run using either docker-compose (the external tool with the hyphen -)
9+
# or docker compose (the newer version directly bundled with Docker with a space )
10+
#
11+
# if you start up with the following command:
12+
#
13+
# ./services start legacy
14+
#
15+
# This will force the script to use docker-compose which may be more reliable in
16+
# some cases (or if an older version of Docker is being used)
617

718
set -e
819

0 commit comments

Comments
 (0)