Mercurial > public > ssdt-docker
annotate scripts/console.sh @ 612:d84e85eac426
remove unneeded script
author | Justin Kleinknecht <justin.kleinknecht@mcoecn.org> |
---|---|
date | Mon, 07 Jul 2025 20:24:59 +0100 |
parents | 9afc8cb478f6 |
children |
rev | line source |
---|---|
44
e5ba33051de7
add scripts and compose file for importing from server
Dave smith <smith@nwoca.org>
parents:
diff
changeset
|
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:
74
diff
changeset
|
2 # connects to the telnet console of the application for the specified service of the current project |
8f45c43ea7a4
DEP-12: start upgrading scripts and compose files for RC and docker 1.12
Dave Smith <smith@nwoca.org>
parents:
74
diff
changeset
|
3 # For docker 1.12 and compose 1.9 (and higher) assume project is assigned to a network |
8f45c43ea7a4
DEP-12: start upgrading scripts and compose files for RC and docker 1.12
Dave Smith <smith@nwoca.org>
parents:
74
diff
changeset
|
4 # named "${project}_default" per SSDT templates. |
44 |