Document Docker image cleanup and add docker-prune script.
Explain safe prune vs aggressive prune, compose down --rmi local, and when to run after rebuilds. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -54,3 +54,6 @@ done
|
||||
curl -s -o /dev/null -w "首页 HTTP %{http_code}\n" "http://127.0.0.1:${APP_PORT}/" || true
|
||||
|
||||
echo "==> 部署完成。日志:docker compose logs -f zhimingge"
|
||||
echo ""
|
||||
echo "==> 可选:清理无用镜像释放磁盘"
|
||||
echo " bash scripts/docker-prune.sh"
|
||||
|
||||
Reference in New Issue
Block a user