We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 226fc41 commit 58513baCopy full SHA for 58513ba
1 file changed
services
@@ -2,7 +2,18 @@
2
#
3
# Command Line Interface to start all services associated with the Fast/Micro-RTPS tutorials
4
5
-# For this tutorial the commands are merely a convenience script to run ${dockerCmd}#
+#
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)
17
18
set -e
19
0 commit comments