We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6466b63 commit 96f613fCopy full SHA for 96f613f
README.md
@@ -177,6 +177,17 @@ which forward requests to real proxy with password injected.
177
--proxy-pac-url=http://localhost:65000/PAC_PATH/PAC_NAME
178
```
179
180
+## Docker
181
+
182
+A dockerized version of this tool is availbale;
183
184
+```
185
+docker run -p 8080:8080 --env REMOTE_HOST=proxy1.proxy.com:1234,proxy2.proxy.com:1234 --env REMOTE_USER=user --env REMOTE_PASSWORD=password --env IGNORE_CERT=true --env REMOTE_HTTPS=false ejoebstl/proxy-login-automator
186
187
188
189
+Please find the documentation for the docker image [here](https://github.com/ejoebstl/proxy-login-automator-docker).
190
191
----
192
193
## Note for "Windows Store Apps"
0 commit comments