Verify that docker.socket file permissions are set to 644 or more restrictive
Details https://docs.docker.com/articles/basics/#bind-docker-to-another-hostport-or-a-unix-socket Solution #> chmod 644 /usr/lib/systemd/system/docker.socketThis would set the file permissions for this file to ‘644’. Impact-None. Default Value-This...