-
Notifications
You must be signed in to change notification settings - Fork 26
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
Run as docker container? #5
Comments
We open
If can make access to these then it should work I guess. Not tested though. |
I unfortunately wasn't able to get it to work. I'm going to post the things I've done here, maybe someone else wants to play around with it:
Now looking at the strace output, I see it's waiting on a Please also note that the docker run command above is highly invasive, not suitable for prod usage. Also, for reference I'm testing all of this on Google's Container-Optimized OS |
I'm not using this project, but I traced through a similar issue and found I needed to to mount HTH! |
I'm trying to run systemd-netlogd inside a docker container. What sockets/files from the host machine would I need to mount into the docker container so that I can ship log data?
Is this approach infeasible?
The text was updated successfully, but these errors were encountered: