Skip to content

Commit 6f6dbbf

Browse files
committed
Annotate Script
1 parent 12616f8 commit 6f6dbbf

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

services

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
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

717
set -e
818

0 commit comments

Comments
 (0)