You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
omar@Blaze:~$ sudo lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 5G 0 disk
├─sda1 8:1 0 4G 0 part /
├─sda14 8:14 0 4M 0 part
├─sda15 8:15 0 106M 0 part /boot/efi
└─sda16 259:0 0 913M 0 part /boot
sdb 8:16 0 25G 0 disk
├─sdb1 8:17 0 12.5G 0 part /home
├─sdb2 8:18 0 6.3G 0 part /var
└─sdb3 8:19 0 6.2G 0 part /tmp
sr0 11:0 1 4M 0 rom
Version
Distribution [Ubuntu 24.04]
omar@Blaze:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 24.04.1 LTS
Release: 24.04
Codename: noble
Expected behavior
A clear and concise description of what you expected to happen.
Those warnings should not happen.
Output
If applicable, add output that you get from the tool or the related section
omar@Blaze:~/docker-bench-security$ sudo ./docker-bench-security.sh
# --------------------------------------------------------------------------------------------
# Docker Bench for Security v1.6.0
#
# Docker, Inc. (c) 2015-2024
#
# Checks for dozens of common best-practices around deploying Docker containers in production.
# Based on the CIS Docker Benchmark 1.6.0.
# --------------------------------------------------------------------------------------------
Initializing 2024-08-28T21:26:43+00:00
Section A - Check results
[INFO] 1 - Host Configuration
[INFO] 1.1 - Linux Hosts Specific Configuration
[WARN] 1.1.1 - Ensure a separate partition for containers has been created (Automated)
The text was updated successfully, but these errors were encountered:
The code expects docker info -f '{{ .DockerRootDir }}' to be a separate partition.
Regarding size, it's always site specific. 5% might be enough in your case, if you increase the number of containers you might need to increase the size.
Describe the bug
A clear and concise description of what the bug is.
The docker-bench-security gives the following error
Ensure a separate partition for containers has been created (Automated)
Steps followed
Tested it
sudo ./docker-bench-security.sh
Verified /var is on a separate partition
Version
Distribution [Ubuntu 24.04]
Expected behavior
A clear and concise description of what you expected to happen.
Those warnings should not happen.
Output
If applicable, add output that you get from the tool or the related section
The text was updated successfully, but these errors were encountered: