tweaking, bugfixes

This commit is contained in:
t3chn0m4g3
2016-08-06 22:06:31 +00:00
parent 62b349eab3
commit bbb708b988
5 changed files with 162 additions and 118 deletions

0
installer/bin/clean.sh Normal file → Executable file
View File

2
installer/bin/dps.sh Executable file
View File

@ -0,0 +1,2 @@
#/bin/bash
docker ps --format "table {{.Names}}\t{{.Status}}\t{{.Ports}}" -f status=running -f status=exited | GREP_COLORS='mt=01;35' egrep --color=always "(^[_a-z]+ |$)|$" | GREP_COLORS='mt=01;32' egrep --color=always "(Up[ 0-9a-Z]+ |$)|$" | GREP_COLORS='mt=01;31' egrep --color=always "(Exited[ \(0-9\)]+ [0-9a-Z ]+ ago|$)|$"