cloudviz / agentless-system-crawler

A tool to crawl systems like crawlers for the web
Apache License 2.0
117 stars 44 forks source link

Our code is assuming that the docker daemon will use `/var/lib/docker` as the docker dir #162

Open ricarkol opened 8 years ago

ricarkol commented 8 years ago

Description

Our code is assuming that the docker daemon will use /var/lib/docker as the docker dir

How to Reproduce

Reinstall a docker daemon adn point it to a non-default docker dir, with DOCKER_OPTS="-g /somewhere/else/docker/"

Log Output

Debugging Commands Output

Output of docker version:

(paste your output here)

Output of docker info:

(paste your output here)

Output of python --version:

(paste your output here)

Output of pip freeze:

(paste your output here)
canturkisci commented 7 years ago

This seems a dupe of #108 keeping this and closling the earlier one.