Docker relies on a unix socket to interact with the docker daemon. It is often located in /var/run/docker.sock.
Being able to manage docker on a remote host without going through a shell on the remote system typically requires changing the docker con...