File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
#
3
- # Command Line Interface to start all services associated with the Getting-Started Tutorial
3
+ # Command Line Interface to start all services associated with the Tutorial
4
4
#
5
- # For this tutorial the commands are merely a convenience script to run ${dockerCmd}#
5
+ # For this tutorial the commands are merely a convenience script to run docker or docker-compose
6
+ #
7
+ # Each services script can be run using either docker-compose (the external tool with the hyphen -)
8
+ # or docker compose (the newer version directly bundled with Docker with a space )
9
+ #
10
+ # if you start up with the following command:
11
+ #
12
+ # ./services start legacy
13
+ #
14
+ # This will force the script to use docker-compose which may be more reliable in
15
+ # some cases (or if an older version of Docker is being used)
6
16
7
17
set -e
8
18
You can’t perform that action at this time.
0 commit comments