Use a canned image or the Dockerfile below
docker run -d --name proxy -p 2375:2375 -v /var/run/docker.sock:/var/run/docker.sock jarkt/docker-remote-api
Ensure any firewalls aren't running remote.
Then set the ENV variables
export DOCKER_HOST=tcp://192.168.86.171:2375