Replies: 3 comments
-
|
Hi, (it`s a docker rootlees) |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@urbanswelt Thanks, I will check it. |
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,
I want to run diun using an https docker proxy (with tecnativa/docker-socket-proxy).
Here my configuration :
My docker proxy have those grant and run on 5 nodes (swarm managers) :
and is behind a Traefik.
For testing, I try to grant ALL functions for the proxy.
Diun containers can reach the docker proxy (test with wget, in http and https)
When I run the container I got this error
ERR Cannot create Docker client error="invalid character 'M' looking for beginning of value" provider=swarmDo you have any idea what’s wrong?
Docker version : 29.1.2
Docker API : 1.52. Try to set DIUN_PROVIDERS_SWARM_APIVERSION in the diun container but no changes.
Try to set DIUN_PROVIDERS_SWARM_TLSCERTSPATH="" and DIUN_PROVIDERS_SWARM_TLSVERIFY=true (and false). and no changes
Thanks
Beta Was this translation helpful? Give feedback.
All reactions