I'm using this excellent utility to assess compliance. We set the following in our /etc/docker/daemon.json:
{
"log-opt": syslog-address=tcp://<some_ip>
}
Doing this causes check_2_7 to trigger incorrectly because of the logic in this line:
|
if [ $(get_docker_configuration_file_args 'tcp://') ] || \ |
The output is [WARN] * Docker daemon currently listening on TCP without TLS when it is not listening on TCP at all.
I'm using this excellent utility to assess compliance. We set the following in our /etc/docker/daemon.json:
Doing this causes check_2_7 to trigger incorrectly because of the logic in this line:
docker-bench-security/tests/2_docker_daemon_configuration.sh
Line 157 in cd1619c
The output is
[WARN] * Docker daemon currently listening on TCP without TLSwhen it is not listening on TCP at all.