Docker on OSX - /var/run/docker.sock is a user dependant soft link

When a user starts Docker on a Mac it creates /var/run/docker.sock as a soft link to that user’s ~/Library/Containers/com.docker.docker/Data/docker.sock
This means that any other user remotely logged into that Mac does not have permission to access the socket.