netalertx / netalertx-docker-prune
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/netalertx-docker-prune && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/4047" && unzip -o skill.zip -d .claude/skills/netalertx-docker-prune && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/netalertx-docker-prune/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Clean up unused Docker resources. Use this when asked to prune docker, clean docker, remove unused images, free disk space, or docker cleanup. DANGEROUS operation. Requires human confirmation.
0 views
0 installs
Skill Content
--- name: netalertx-docker-prune description: Clean up unused Docker resources. Use this when asked to prune docker, clean docker, remove unused images, free disk space, or docker cleanup. DANGEROUS operation. Requires human confirmation. --- # Docker Prune **DANGER:** This destroys containers, images, volumes, and networks. Any stopped container will be wiped and data will be lost. ## Command ```bash /workspaces/NetAlertX/.devcontainer/scripts/confirm-docker-prune.sh ``` ## What Gets Deleted - All stopped containers - All unused images - All unused volumes - All unused networks ## When to Use - Disk space is low - Build cache is corrupted - Clean slate needed for testing - After many image rebuilds ## Safety The script requires explicit confirmation before proceeding.