Replies: 1 comment 4 replies
-
Hi @bma73-bma, After a short check, the config looks good. But it seems that Portainer tries to connect to unix:///var/run/docker.sock instead of the proxy. How do the log entries of the socket proxy container look? |
Beta Was this translation helpful? Give feedback.
4 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,
I'm trying this out with a Portainer container and it looks like everything is working, I can access Portainer and see the containers etc. But when I look in the Portainer container log file I see this repeated warning:
WRN github.com/portainer/portainer/api/platform/platform.go:70 > failed to retrieve docker info | error="Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?"
My docker-compose.yml:
I allow all using the
=.*
because I want to figure out how to write the correct regexp needed. I don't really understand those expressions yet :)Is this warning something to care about or should I just ignore it?
Beta Was this translation helpful? Give feedback.
All reactions