@@ -0,0 +1,5 @@
docker ps -aq | while read cid; do
if docker inspect "$cid" | grep -q '"OOMKilled": true'; then
echo "OOMKilled: $cid - $(docker inspect -f '{{.Name}}' $cid)"
fi
done
The note is not visible to the blocked user.