Docker unix socket permissions error #25892
Unanswered
ClaytonNorthey92
asked this question in
Q&A
Replies: 1 comment
-
this is probably caused by docker desktop, where mounting docker socket is not that easy. there is some hack with socat, but on my docker desktop on mac os X is not working: this is what is working for me: docs
another try is setup docker daemon to listen to TCP port or maybe create symlink for docker socket: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all 👋
I am trying to run the
opentelemetry-collector-contrib
docker image with the docker stats receiver, and I am getting the following error:The command I run is:
My config file is:
I was wondering if I had something configured incorrectly as far as permissions go, I don't think so though. I can successfully communicate with
/var/run/docker.sock
with thedocker:latest
image:am I configuring something wrong in
opentelemetry-collector-contrib
? or is this a bug? 🤔 🐛thanks!
Beta Was this translation helpful? Give feedback.
All reactions