Mercurial > public > ssdt-docker
annotate init.sh @ 110:950df79a9d65 feature/djs-DEP-12-docker
DEP-12: update password configuration
author | smith@nwoca.org |
---|---|
date | Mon, 24 Apr 2017 15:20:17 +0100 |
parents | 8f45c43ea7a4 |
children | c029be781d13 |
rev | line source |
---|---|
54 | 1 #!/bin/bash |
85
8f45c43ea7a4
DEP-12: start upgrading scripts and compose files for RC and docker 1.12
Dave Smith <smith@nwoca.org>
parents:
63
diff
changeset
|
2 source "$( dirname "${BASH_SOURCE[0]}")/scripts/.functions.sh" |
8f45c43ea7a4
DEP-12: start upgrading scripts and compose files for RC and docker 1.12
Dave Smith <smith@nwoca.org>
parents:
63
diff
changeset
|
3 alias utils='docker run -it -v ${PWD}:/tmp -v $SSDT_HOME:/ssdt --rm docker.ssdt.io/ssdt-utils' |
8f45c43ea7a4
DEP-12: start upgrading scripts and compose files for RC and docker 1.12
Dave Smith <smith@nwoca.org>
parents:
63
diff
changeset
|
4 alias send2ssdt='/ssdt/scripts/send.sh' |
8f45c43ea7a4
DEP-12: start upgrading scripts and compose files for RC and docker 1.12
Dave Smith <smith@nwoca.org>
parents:
63
diff
changeset
|
5 |
8f45c43ea7a4
DEP-12: start upgrading scripts and compose files for RC and docker 1.12
Dave Smith <smith@nwoca.org>
parents:
63
diff
changeset
|
6 export PATH=$PATH:$SSDT_HOME/scripts |