-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
INVM Crawling for Packages, etc. does not work with dockerized crawler #376
Comments
Thanks Canturk! |
I am not sure about this. We would ideally expect parity between native vs. dockerized, but this would not be the key feature of dockerized crawler. Can you please tell me how complicated this seems to you? Is it possible to just share the fs of host; container only contains the process but shares most of the fs? just like you do w pid, etc. namespaces? |
If gets complicated, alternative is to document it so people dont expect the INVM behavior to be the same either mode. |
It would depend upon the |
Description
Build a dockerized crawler and try to use it to inspect the host itself (INVM mode). The crawler will run, but it will keep inspecting itself, i.e., the container.
How to Reproduce
Build the container
Run crawler to just collect packages and do a simple count to test
DO the same from host:
Do the same directly from the crawler container:
What to do
I am not sure what we could be doing about this. If we want to run the dockerized version also for hosts, the crawler needs to scan host pkg contents.
The text was updated successfully, but these errors were encountered: