To run the proxy server, simply use the following command:
docker run -e USERNAME=myusername -e PASSWORD=mypassword -p 3128:3128 mucahidaydin/proxy
myusername and mypassword with your desired username and password for authentication.3128 inside the container is mapped to port 3128 on your host machine.After starting the proxy server, you can test it by running the following command:
curl -x myusername:mypassword@<proxy-ip>:3128 https://httpbin.org/ip
š GitHub Repositoryā
Content type
Image
Digest
sha256:34bc9f0d9ā¦
Size
73.1 MB
Last updated
over 1 year ago
docker pull mucahidaydin/proxy