CIS Docker Benchmark

Ensure that docker.socket file ownership is set to root:root
Profile Applicability: Level 1 Description: The docker.socket file, typically located in /lib/systemd/system/docker.socket, is responsible for the co...
Tue, 29 Apr, 2025 at 2:17 AM
Ensure that docker.socket file permissions are set to 644 or more restrictive
Profile Applicability: Level 1  Description: The docker.socket file, which handles communication between the Docker client and daemon, should have it...
Tue, 29 Apr, 2025 at 2:21 AM
Ensure that the /etc/docker directory ownership is set to root:root
Profile Applicability: Level 1 Description: The /etc/docker directory, which stores Docker configuration files, should be owned by the root user an...
Tue, 29 Apr, 2025 at 2:26 AM
Ensure that /etc/docker directory permissions are set to 755 or more restrictively
Profile Applicability: Level 1 Description: The /etc/docker directory contains configuration files that are essential for Docker's operation. It ...
Tue, 29 Apr, 2025 at 2:30 AM
Ensure that registry certificate file ownership is set to root:root
Profile Applicability: Level 1  Description: Docker registry certificates are critical for establishing secure communication between Docker and remot...
Tue, 29 Apr, 2025 at 2:34 AM
Ensure that registry certificate file permissions are set to 444 or more restrictively
Profile Applicability: Level 1 Description: The registry certificate files used by Docker for secure communications should have their permissions set...
Tue, 29 Apr, 2025 at 2:38 AM
Ensure that TLS CA certificate file ownership is set to root:root to root.
Profile Applicability: Level 1 Description: The TLS CA certificate file, used to authenticate Docker registry communication, should have its ownershi...
Tue, 29 Apr, 2025 at 2:42 AM
Ensure that TLS CA certificate file permissions are set to 444 or more restrictively
Profile Applicability: Level 1 Description: The TLS CA certificate file, used for secure Docker registry communication, should have its permissions...
Tue, 29 Apr, 2025 at 2:47 AM
Ensure that Docker server certificate file ownership is set to root:root
Profile Applicability: Level 1  Description: The Docker server certificate file, used to authenticate the Docker daemon in TLS communication, should ...
Tue, 29 Apr, 2025 at 2:55 AM
Ensure that the Docker server certificate file permissions are set to 444 or more restrictively
Profile Applicability: Level 1 Description: The Docker server certificate file, used to authenticate the Docker daemon in TLS communication, should h...
Tue, 29 Apr, 2025 at 2:59 AM