Setup a web proxy server with Docker
In this post I show you how to setup a web proxy with Docker in no time. But first of all we should ask ourselves why do we actually want to do that?
Example code: https://github.com/stefpe/squid_proxy
Why a proxy?
A proxy is sitting between a client(sending a request ) and a server(responding to the client). The proxy acts as client in…