docker▌
22 indexed skills · max 10 per page
docker-expert
davila7/claude-code-templates · Cloud
Advanced Docker containerization expertise for optimization, security, and production deployment. \n \n Covers multi-stage builds, image size optimization, layer caching strategies, and base image selection (Alpine, distroless, scratch) \n Provides security hardening patterns including non-root user configuration, secrets management, capability restrictions, and vulnerability scanning \n Includes Docker Compose orchestration with service dependency management, health checks, networking, resource
ln-731-docker-generator
levnikolaevich/claude-code-skills · Cloud
ln-731-docker-generator
scanning-docker-images-with-trivy
mukul975/Anthropic-Cybersecurity-Skills · scanning-docker-images-with-trivy
Trivy is a comprehensive open-source vulnerability scanner by Aqua Security that detects vulnerabilities in OS packages, language-specific dependencies, misconfigurations, secrets, and license violati
securing-container-registry-with-harbor
mukul975/Anthropic-Cybersecurity-Skills · securing-container-registry-with-harbor
Harbor is an open-source container registry that provides security features including vulnerability scanning (integrated Trivy), image signing (Notary/Cosign), RBAC, content trust policies, replicatio
performing-container-image-hardening
mukul975/Anthropic-Cybersecurity-Skills · performing-container-image-hardening
This skill covers hardening container images by minimizing attack surface, removing unnecessary packages, implementing multi-stage builds, configuring non-root users, and applying CIS Docker Benchmark recommendations to produce secure production-ready images.
performing-docker-bench-security-assessment
mukul975/Anthropic-Cybersecurity-Skills · performing-docker-bench-security-assessment
Docker Bench for Security is an open-source script that checks dozens of common best practices around deploying Docker containers in production. Based on the CIS Docker Benchmark, it audits host confi
performing-container-security-scanning-with-trivy
mukul975/Anthropic-Cybersecurity-Skills · performing-container-security-scanning-with-trivy
Scan container images, filesystems, and Kubernetes manifests for vulnerabilities, misconfigurations, exposed secrets, and license compliance issues using Aqua Security Trivy with SBOM generation and CI/CD integration.
detecting-container-escape-attempts
mukul975/Anthropic-Cybersecurity-Skills · detecting-container-escape-attempts
Container escape is a critical attack technique where an adversary breaks out of container isolation to access the host system or other containers. Detection involves monitoring for escape indicators
hardening-docker-containers-for-production
mukul975/Anthropic-Cybersecurity-Skills · hardening-docker-containers-for-production
Hardening Docker containers for production involves applying security best practices aligned with CIS Docker Benchmark v1.8.0 to minimize attack surface, prevent privilege escalation, and enforce leas
hardening-docker-daemon-configuration
mukul975/Anthropic-Cybersecurity-Skills · hardening-docker-daemon-configuration
Harden the Docker daemon by configuring daemon.json with user namespace remapping, TLS authentication, rootless mode, and CIS benchmark controls.