File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ log_warn() {
1010
1111start () {
1212 log_info " Fetching latest HPC Toolset Images.."
13- docker- compose pull
13+ docker compose pull
1414
1515 log_info " Starting HPC Toolset Cluster.."
16- docker- compose up -d --no-build
16+ docker compose up -d --no-build
1717
1818 log_info " Coldfront URL: https://localhost:2443"
1919 log_info " OnDemand URL: https://localhost:3443"
@@ -23,14 +23,14 @@ start() {
2323
2424stop () {
2525 log_info " Stopping HPC Toolset Cluster containers.."
26- docker- compose stop
26+ docker compose stop
2727}
2828
2929destroy () {
3030 log_info " Stopping and removing HPC Toolset Cluster containers and volumes.."
31- docker- compose stop && \
32- docker- compose rm -f -v && \
33- docker- compose down -v
31+ docker compose stop && \
32+ docker compose rm -f -v && \
33+ docker compose down -v
3434}
3535
3636cleanup () {
You can’t perform that action at this time.
0 commit comments