docker-proxy
docker-proxy copied to clipboard
Transparent proxy for docker containers, run in a docker container
I know you said it needs to run in the foreground, but here's an idea I wondered if you could implement: Require the container to run in host mode so...
https://github.com/silarsis/docker-proxy/blob/ca22003158c2128c5b3d080270dd1d442a332210/run.sh#L8 To be more concise I would use IMAGE_NAME in stead of CONTAINER_NAME in the beginning of this script.
As a reference to others (and possibly myself), i explain how it worked for me. i run this docker (*docker-proxy*) like this: ``` sudo docker build -t docker-proxy . ./run.sh...
Hi, I'm relatively new to Squid. I was hoping for some expansion on the HTTPS instructions relating to NPM. I am looking to intercept/cache ONLY npm SSL connections. I modified...
I would like to use docker behind a corporate, authenticating firewall. It is not clear to me how to achieve that. I've tried to use `cache_peer proxy.acme.corp parent 8080 0...
Greetings When I run the command 'sudo docker build -t docker-proxy .' , it fails because it cant reach index.docker.io through our corporate proxy. This is the problem I am...
trap not execute on debian with /bin/sh link to /bin/dash workarround create link /bin/sh to /bin/bash
 ### Snyk has created this PR to fix 5 vulnerabilities in the dockerfile dependencies of this project. Keeping your Docker base image up-to-date means you’ll benefit from security fixes...