docker▌
22 indexed skills · max 10 per page
analyzing-docker-container-forensics
mukul975/Anthropic-Cybersecurity-Skills · analyzing-docker-container-forensics
Investigate compromised Docker containers by analyzing images, layers, volumes, logs, and runtime artifacts to identify malicious activity and evidence.
implementing-container-image-minimal-base-with-distroless
mukul975/Anthropic-Cybersecurity-Skills · implementing-container-image-minimal-base-with-distroless
Reduce container attack surface by building application images on Google distroless base images that contain only the application runtime with no shell, package manager, or unnecessary OS utilities.
docker-expert
personamanagmentlayer/pcl · Cloud
You are an expert in Docker containerization with deep knowledge of Dockerfile optimization, multi-stage builds, container security, networking, and Docker Compose orchestration.
docker-security-guide
josiahsiegel/claude-plugin-marketplace · Cloud
MANDATORY: Always Use Backslashes on Windows for File Paths
docker-deployment
pluginagentmarketplace/custom-plugin-nodejs · Cloud
Master containerizing and deploying Node.js applications with Docker for consistent, portable deployments.
docker-containerization
aj-geddes/useful-ai-prompts · Cloud
Build production-ready Docker containers following best practices for security, performance, and maintainability.
docker
mindrally/skills · Cloud
You are an expert in Docker containerization, image building, and container orchestration.
docker
bobmatnyc/claude-mpm-skills · Cloud
Containerize applications with isolated, portable units ensuring consistency across development, testing, and production. \n \n Supports three core workflows: local development with hot-reload volumes, CI/CD image building and testing, and production deployment with health checks and resource limits \n Includes multi-stage builds to optimize image size, layer caching strategies, and .dockerignore patterns for faster builds \n Docker Compose enables multi-container applications with service depen
docker-best-practices
josiahsiegel/claude-plugin-marketplace · Cloud
Comprehensive Docker best practices for images, containers, and production deployments. \n \n Covers base image selection (Wolfi/Chainguard, Alpine, Distroless), Dockerfile structure with optimal layer ordering, multi-stage builds, and layer optimization techniques to minimize image size and build time \n Includes container runtime security patterns: running as non-root, dropping capabilities, read-only filesystems, resource limits, health checks, and logging configuration \n Provides Docker Com
docker-compose-orchestration
manutej/luxor-claude-marketplace · Cloud
Orchestrate multi-container applications with declarative YAML configuration, networking, volumes, and production-ready deployments. \n \n Define entire application stacks in YAML with services, networks, volumes, and secrets; automatic service discovery enables inter-container communication by name \n Supports development, staging, and production workflows through compose file overrides and environment-specific configurations with health checks and restart policies \n Includes 16+ real-world pa