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
Currently, Traefik (and Portainer it it were running) has complete access to the docker socket which is equivalent to full root privileges on the host.
This is pretty bad for a load balancer that is user facing.
Currently, Traefik (and Portainer it it were running) has complete access to the docker socket which is equivalent to full root privileges on the host.
This is pretty bad for a load balancer that is user facing.
I'm not quite sure, if adding
:ro
to the socket mount does anything useful.https://github.com/Tecnativa/docker-socket-proxy seems nice.
The text was updated successfully, but these errors were encountered: