mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
moved scripts to specific directory
This commit is contained in:
7
scripts/stopDockerContainers.sh
Normal file
7
scripts/stopDockerContainers.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e # exit if commands fails
|
||||
set -x # trace what gets exe
|
||||
|
||||
docker-compose ps
|
||||
docker-compose kill
|
||||
docker-compose rm -fv
|
Reference in New Issue
Block a user