Skip to content

Instantly share code, notes, and snippets.

View Bormotoon's full-sized avatar

Bormotoon Bormotoon

View GitHub Profile
@Bormotoon
Bormotoon / docker-backup-manager.ps1
Last active December 31, 2025 13:47
[PowerShell] Docker Backup Manager
<#
.SYNOPSIS
Docker Ultimate Backup Manager v3.0
.DESCRIPTION
A professional-grade interactive utility for managing Docker backups on Windows.
Designed for reliability and ease of use.
KEY FEATURES:
@Bormotoon
Bormotoon / cleanup-unused-volumes.ps1
Last active December 10, 2025 10:19
[PowerShell] Prune unused Docker Desktop volumes
<#
.SYNOPSIS
Interactive Docker Volume Cleanup Tool.
.DESCRIPTION
The script scans all containers (both running and stopped) and maps their volume usage.
Volumes attached to ANY container are considered "safe" and protected from deletion.
Volumes not used by any container ("orphans") are listed for potential deletion.
.NOTES