CtrlK
BlogDocsLog inGet started
Tessl Logo

netalertx-docker-prune

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.

72

Quality

88%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Medium

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

Docker Prune

DANGER: This destroys containers, images, volumes, and networks. Any stopped container will be wiped and data will be lost.

Command

/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.

Repository
netalertx/NetAlertX
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.