Pacproxy provides http/https proxy routed by proxy.pac.
3.2K
Docker images of Pacproxy. Pacproxy provides a proxy server controlled with your proxy.pac.
You can use this container as a proxy server which can be controlled with proxy pac.
You can use Pacproxy server with http_proxy and https_proxy environment variables as same as usual proxy servers.
Run your container with your proxy pac location.
docker run -d -p 3128:3128 -it otahi/pacproxy pacproxy -P http://example.com/proxy.pac
or
Put your pacproxy.yml with your own configuration on your currecnt directory.
docker run -d -p 3128:3128 -v`pwd`:/opt/pacproxy/work -it otahi/pacproxy
See pacproxy.yml.
git checkout -b my-new-feature)git commit -am 'Add some feature')git push origin my-new-feature)Content type
Image
Digest
sha256:3f3d8c540…
Size
-
Last updated
almost 11 years ago
docker pull otahi/pacproxy