moved sh files to root

This commit is contained in:
cagache
2018-06-28 15:10:11 +03:00
parent b809d899f5
commit 00764ab587
3 changed files with 0 additions and 0 deletions

7
stopDockerContainers.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
set -e # exit if commands fails
set -x # trace what gets exe
docker-compose ps
docker-compose kill
docker-compose rm -fv