Information
The docker socket (docker.sock) should not be mounted inside a container.If the docker socket is mounted inside a container it would allow processes running within
the container to execute docker commands which effectively allows for full control of the
host.
Solution
Ensure that no containers mount docker.sock as a volume.Impact-NoneDefault Value-By default, docker.sock is not mounted inside containers.