Can anyone explain docker.sock - Stack Overflow
stackoverflow.com › questions › 35110146Jan 31, 2016 · Docker.sock is a Unix socket that enables the Docker server-side daemon, dockerd, to communicate with its command-line interface via a REST API. The socket appears as the /var/run/docker.sock file. Before mounting docker.sock to a container, carefully consider the information that containers will share -- the more sensitive the information in ...