CIS Docker Benchmark
Profile Applicability: Level 1 Description: Node certificates in a Docker Swarm should be rotated periodically to ensure that they are up to date an...
Tue, 29 Apr, 2025 at 6:32 AM
Profile Applicability: Level 1 Description: A dedicated user should be created for running Docker containers. This ensures that containers run with t...
Tue, 29 Apr, 2025 at 6:38 AM
Profile Applicability: Level 1 Description: Mounting the Docker socket inside containers allows the container to interact with the Docker daemon, p...
Tue, 29 Apr, 2025 at 6:39 AM
Profile Applicability: Level 1 Description: Docker image sprawl occurs when a large number of outdated or unused images accumulate, leading to ineff...
Tue, 29 Apr, 2025 at 6:44 AM
Profile Applicability: Level 1 Description: Docker containers should only use base images from trusted and verified sources, such as official reposi...
Tue, 29 Apr, 2025 at 6:45 AM
Profile Applicability: Level 1 Description: Container sprawl occurs when too many unused or unnecessary containers are running or lingering on the s...
Tue, 29 Apr, 2025 at 6:49 AM
Profile Applicability: Level 1 Description: Containers should only include the necessary packages required for their functionality. Installing unnece...
Tue, 29 Apr, 2025 at 6:49 AM
Profile Applicability: Level 1 Description: Docker images should be regularly scanned for security vulnerabilities. Once vulnerabilities are detected...
Tue, 29 Apr, 2025 at 6:54 AM
Profile Applicability: Level 2 Description: Content trust ensures that images pulled from a Docker registry are digitally signed, providing the abil...
Tue, 29 Apr, 2025 at 6:59 AM
Profile Applicability: Level 1 Description: The HEALTHCHECK instruction should be added to Docker container images to ensure that health checks are e...
Tue, 29 Apr, 2025 at 7:04 AM