docker-security
Docker Security Skill
Master container security hardening, vulnerability scanning, and secrets management following CIS Docker Benchmark.
Purpose
Implement security best practices for Docker containers and images including non-root users, capability dropping, and vulnerability scanning.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| image | string | No | - | Image to scan |
| severity | enum | No | HIGH | CRITICAL/HIGH/MEDIUM/LOW |
| compliance | string | No | CIS | CIS/NIST/SOC2 |
Security Hardening
Non-Root User (MANDATORY)
More from pluginagentmarketplace/custom-plugin-docker
docker-compose-setup
Set up multi-container applications with Docker Compose including services, networks, and volumes
142docker-optimization
Optimize Docker images and containers for size, build speed, and runtime performance
56docker-swarm
Docker Swarm orchestration, cluster management, and production deployments
44docker-ci-cd
Docker integration with CI/CD pipelines for automated builds, testing, and deployments
36docker-networking
Configure Docker networking for containers including bridge, overlay, and service discovery
24docker-production
Deploy Docker containers to production with monitoring, logging, and health checks
21