merge: work

This commit is contained in:
AngeD 2022-09-01 10:15:59 +02:00
commit 2bf70c2cfa

View File

@ -11,6 +11,8 @@ VOL="$(docker volume ls -q 2> /dev/null)"
IMG="$(docker images -q 2> /dev/null)" IMG="$(docker images -q 2> /dev/null)"
NET="$(docker network ls -q 2> /dev/null)" NET="$(docker network ls -q 2> /dev/null)"
DEFAULT_NET="$(docker network ls -q -f name=bridge -f name=host -f name=none)"
if [ -n "$PS" ]; then if [ -n "$PS" ]; then
docker ps -a docker ps -a
@ -56,7 +58,7 @@ if [ -n "$IMG" ]; then
esac esac
fi fi
if [ -n "$NET" ]; then if [ -n "$NET" ] && [ "$NET" != "$DEFAULT_NET" ]; then
echo echo
docker network ls docker network ls