A Tinyproxy-based Docker image to transparently remove proxy usage from Docker-containers.
1.2K
A Tinyproxy-based Docker image to transparently remove proxy usage from Docker-containers.
See the repo on GitHub.
Used the work done for dannydirect/tinyproxy as a base.
** Containers with proxy configurations **
Running these containers in environments where:
Especially when working with corporate proxies, you sometimes encounter docker containers with proxy configurations present. This container can help you deal with it.
Let's say your company uses a proxy at 10.10.10.10, port 8888:
docker run -d --name killproxy --cap-add=NET_ADMIN --net=host rvben/killproxy 10.10.10.10 8888
Content type
Image
Digest
Size
4.4 MB
Last updated
over 6 years ago
docker pull rvben/killproxy