aquasecurity / docker-bench

Checks whether Docker is deployed according to security best practices as defined in the CIS Docker Benchmark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CIS Benchmarks -- Docker Hosts -- 2.15、Ensure Userland Proxy is Disabled

amitaqua opened this issue · comments

Seems we do not verify values configured in /etc/docker/daemon.json

For example, if we have set there:

"userland-proxy": false

This is not found and fail the test.