Mercurial > public > ssdt-docker
comparison prod/training.sh @ 238:61b1d93977cd release/v2.0.0
DEP-14: comment typo
author | smith@nwoca.org |
---|---|
date | Wed, 10 Jan 2018 01:42:02 +0000 |
parents | b390c30aa6c6 |
children |
comparison
equal
deleted
inserted
replaced
237:f6bea554980e | 238:61b1d93977cd |
---|---|
7 # | 7 # |
8 # Will create a docker-compose.yml and .env file with default settings using the SSDT | 8 # Will create a docker-compose.yml and .env file with default settings using the SSDT |
9 # supplied training database | 9 # supplied training database |
10 # | 10 # |
11 # These are special database images which recreates the database each time the container is started. | 11 # These are special database images which recreates the database each time the container is started. |
12 # Therefore, it is very easy to reset the training database simply by restarting the containers. for example: | 12 # Therefore, it is very easy to reset the training database simply deleting and restarting the containers. |
13 # For example: | |
13 # | 14 # |
14 # docker-compose down | 15 # docker-compose down |
15 # docker-compose up -d | 16 # docker-compose up -d |
16 # | 17 # |
17 source "$(dirname "${BASH_SOURCE[0]}")/../scripts/.functions.sh" | 18 source "$(dirname "${BASH_SOURCE[0]}")/../scripts/.functions.sh" |