In 2.2 version, because the Dockerfile uses "root" user, you can mount "/var/run/docker.sock" and read it... but in older versions the user used is "haproxy"...
How i can still read to /var/run/docker.sock ? I need change the user to root in my Dockerfile?
Thanks.