docker-check

Community

Audit Docker setups for performance and security.

Authorrayvoidx
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill audits Docker configurations and docker-compose setups to ensure multi-stage builds, health checks, non-root usage, and image optimization.

Core Features & Use Cases

  • Multi-stage Builds: Detect and recommend multi-stage builds.
  • Health Checks: Verify HEALTHCHECK presence and correctness.
  • Security & Size: Ensure non-root users and minimal base images; recommend .dockerignore; remove unnecessary packages.
  • Output Report: Produce a Docker Health Report.

Quick Start

Run the docker-check skill to analyze Dockerfiles and docker-compose files in the repo.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: docker-check
Download link: https://github.com/rayvoidx/social-trend-agent/archive/main.zip#docker-check

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository