SV-235790r627497_rule
V-235790
SRG-APP-000141
DKER-EE-001810
CAT II
10
This fix only applies to the Docker Engine - Enterprise component of Docker Enterprise and only when it is used on a Linux host operating system.
via CLI:
Linux: As a trusted user on the underlying host operating system, edit the "/etc/docker/daemon.json" file and set the "storage-driver" property to a value that is not "aufs". If the daemon.json file does not exist, it must be created.
Restart the Docker daemon.
This check only applies to the Docker Engine - Enterprise component of Docker Enterprise and only when it is used on a Linux host operating system.
via CLI:
Linux: As a trusted user on the underlying host operating system, execute the following command:
docker info | grep -e "^Storage Driver:\s*aufs\s*$"
If the Storage Driver setting contains *aufs, then this is a finding. If the above command returns no values, this is not a finding.
V-235790
False
DKER-EE-001810
This check only applies to the Docker Engine - Enterprise component of Docker Enterprise and only when it is used on a Linux host operating system.
via CLI:
Linux: As a trusted user on the underlying host operating system, execute the following command:
docker info | grep -e "^Storage Driver:\s*aufs\s*$"
If the Storage Driver setting contains *aufs, then this is a finding. If the above command returns no values, this is not a finding.
M
5281