remove comment in tools.func and remove portainer from docker setup

This commit is contained in:
MickLesk
2026-08-01 21:36:01 +02:00
parent a203fe69db
commit 2b0f5e6e2e
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -4766,7 +4766,7 @@ EOF
name=$(echo "$line" | awk '{print $1}')
image=$(echo "$line" | awk '{print $2}')
# Portainer containers are handled by the dedicated block above
# Portainer is managed by its own addon script, not this generic loop
[[ "$name" == "portainer" || "$name" == "portainer_agent" ]] && continue
current_digest=$(docker inspect "$name" --format='{{.Image}}' 2>/dev/null | cut -d':' -f2 | cut -c1-12)