mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-08-02 19:13:04 +02:00
remove comment in tools.func and remove portainer from docker setup
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user