How to declare the docker host in Kuma ? #10
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, did you see my answer here: #9 (comment) I'm not sure if I completly understand what you mean. In most cases a container does not need access to the docker socket. The docker socket ist only needed to exchange information with docker about other containers: |
Beta Was this translation helpful? Give feedback.
Hi,
did you see my answer here: #9 (comment)
I'm not sure if I completly understand what you mean. In most cases a container does not need access to the docker socket. The docker socket ist only needed to exchange information with docker about other containers:
Traefik needs it to be informed about changes in containers regarding the routing.
Watchtower needs access to the socket to be able to update and restart other containers.
Uptime Kuma has a feature to get container information over the docker socket.
But "normal" containers don't need a connection to the docker socket or a socket proxy. They just run.