File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/bash
22#
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
44#
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)
616
717set -e
818
You can’t perform that action at this time.
0 commit comments