I am trying to setup jwilder/nginx-proxy
docker container on joyent's triton platform. This container needs access to docker.sock
to read information about its environment. Basically it needs to do
docker up -v /var/run/docker.sock:/tmp/docker.sock:ro ...
On triton this fails like
Invalid host volume paths found: must be in the form "http://host/path:/container_path": ["/var/run/docker.sock:/tmp/docker.sock:rw"]
Any ideas how I could inject docker.sock into my container on triton?