http-proxy
A http proxy server, written in Go and wrapped into docker with minimal image size
74
Simple http server using goproxy with or without auth.
docker run -d --name http-proxy -p <PROXY_PORT>:80 -e PROXY_USER=<PROXY_USER> -e PROXY_PASS=<PROXY_PASSWORD> meshchaninov/http-proxy
curl --proxy http://<PROXY_USER>:<PROXY_PASS>@<DOCKER_MACHINE_IP>:<PROXY_PORT> https://ya.ru
curl --proxy http://<DOCKER_MACHINE_IP>:<PROXY_PORT> https://ya.ru
result must show docker host ip (for bridged network)
Content type
Image
Digest
sha256:40b13c914…
Size
2.5 MB
Last updated
over 1 year ago
docker pull meshchaninov/http-proxy:v1.0