This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <# | |
| .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: | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <# | |
| .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 |