You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The clusterdock.sh script assumes the docker socket location will be at /var/run/docker.sock on the host. It would be nice if the location could be pulled out of DOCKER_HOST or was configurable via an environment variable.
I worked around this by editing the clusterdock.sh file to reflect the location of the docker.sock file on my system.
The text was updated successfully, but these errors were encountered:
Pull requests are welcome. That said, this project has evolved considerably in the last year (now hosted here) and we use the newer constructs in the Docker SDK for Python to abstract these issues away.
The clusterdock.sh script assumes the docker socket location will be at /var/run/docker.sock on the host. It would be nice if the location could be pulled out of DOCKER_HOST or was configurable via an environment variable.
I worked around this by editing the clusterdock.sh file to reflect the location of the docker.sock file on my system.
The text was updated successfully, but these errors were encountered: