do you have more information about the docker config? currently I always get the error message "Cannot connec tto Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?"
and when I try ./startApplication will also get below error message
> Configure project :
Auth Type=INTERNAL
sagacityLoadBalancer#0|:
Starting new docker container for sagacityLoadBalancer...
sagacityLoadBalancer#2|Unable to find image 'sagacity/load-balancer:3.1.0' locally
sagacityLoadBalancer#2|Trying to pull repository registry.access.redhat.com/sagacity/load-balancer ...
sagacityLoadBalancer#2|Trying to pull repository docker.io/sagacity/load-balancer ...
sagacityLoadBalancer#2|/usr/bin/docker-current: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers).
sagacityLoadBalancer#2|See '/usr/bin/docker-current run --help'.
Failed command sagacityLoadBalancer#2 with status 125: docker run -p 80:80 -p 443:443 -p 9100-9120:9100-9120 --net=host --name sagacityLoadBalancer --restart unless-stopped -e SAG_UID=$(id -u) -e SAG_GID=$(id -g) -e MOD_CLUSTER_ADMIN_USER=sagacity -e MOD_CLUSTER_ADMIN_PASSWORD=GQSsqe321 -v /etc/localtime:/etc/localtime -v /opt/infogix/data/runtime/apache/conf/ssl:/usr/local/apache2/ssl -d sagacity/load-balancer:3.1.0
> Task :startLoadBalancer FAILED
FAILURE: Build failed with an exception.