You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's hard to debug this. But a few ideas. You might want to first isolate the problem:
I haven't tested DOCKER_HOST too much locally. I suggest you mount docker.sock as first option to make sure that it works. Only test with one connectiion first
If localhost breaks then you know it's localhost problem.
Then introduce a new remote connection with DOZZLE_REMOTE_HOST.
If you get the error now, then it must be the remote connection. You can validate docker socket with curl localhost:2375/containers/json. If that doesn't work then you have a problem on your side.
I'm not certain that it is anything to do with Dozzle. The errors seem to line up with an EOF error on Portainer Agent. Same as this issue: portainer/agent#596
I will watch that issue to see if there is any resolution. Thanks!
After starting up with localhost and one remote host, I receive this error in the log:
Both hosts are using socket proxy. Compose looks like this:
I'm sure I've done something wrong here. Do you see where I've gone wrong?
The text was updated successfully, but these errors were encountered: