SO Scripts - start|stop|restart

This commit is contained in:
Josh Brower
2020-01-02 15:58:15 -05:00
parent 5358220121
commit 3d436037e2
19 changed files with 338 additions and 20 deletions

View File

@@ -20,8 +20,8 @@
. /usr/sbin/so-common
echo $banner
printf "Stopping $1\n"
printf "Stopping $1...\n"
echo $banner
docker stop so-$1
docker stop so-$1 ; docker rm so-$1