How to use Traefik Proxy without exposing the Docker socket (HTTP Filter Edition)

Opening up the Docker socket to a container results in the possibility that someone can utilize that container to break into the host machine. This is an example showing how to prevent such a jailbreak - it uses a localdev stack, though the solution for the socket used can also be used in a production environment.

July 21, 2023