Sign inSign up

lmnetworks/tinyproxy

By lmnetworks

Updated almost 7 years ago

containerized tinyproxy

Image
0

1.2K

lmnetworks/tinyproxy repository overview

docker-tinyproxy

containerized tinyproxy

example usage

If you need to provide HTTP/HTTPS traffic for a remote firewalled machine, passing through your notebook:

docker run --rm --name tinyproxy --detach --publish 3128:3128 lmnetworks/tinyproxy
ssh -R 3128:127.0.0.1:3128 <remote_system>
# on the remote system:
export http_proxy=http://127.0.0.1:3128 https_proxy=http://127.0.0.1:3128

Tag summary

Content type

Image

Digest

Size

4.4 MB

Last updated

almost 7 years ago

docker pull lmnetworks/tinyproxy