Verify that daemon.json file permissions are set to 644 or more restrictive
Details https://docs.docker.com/engine/reference/commandline/daemon/#daemon-configuration-file Solution chmod 644 /etc/docker/daemon.jsonThis would set the file permissions for this file to ‘644’.Impact-None.Default Value-This file may not...