Docker-Bench
- Docker-Bench is an open-source script that checks Docker hosts for security best practices and compliance with the CIS Docker Benchmark.
- It helps identify potential vulnerabilities and misconfigurations in Docker environments to ensure security.
- Run a security audit on the Docker host:
docker-bench-security - Check Docker daemon settings for compliance:
docker-bench-security --check docker_daemon
