This commit is contained in:
lhx
2025-10-30 15:00:38 +08:00
parent 79b95dbf0a
commit 737f9ba995

View File

@@ -44,5 +44,9 @@ else
exit 1 exit 1
fi fi
echo ""
echo "当前运行的Docker容器:"
echo "$SUDO_PASSWORD" | sudo -S docker ps
echo "" echo ""
echo "=== 部署完成 ===" echo "=== 部署完成 ==="