Skip to content

Commit 96f613f

Browse files
authored
Add reference to containerized version to readme.
1 parent 6466b63 commit 96f613f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,17 @@ which forward requests to real proxy with password injected.
177177
--proxy-pac-url=http://localhost:65000/PAC_PATH/PAC_NAME
178178
```
179179
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+
180191
----
181192
182193
## Note for "Windows Store Apps"

0 commit comments

Comments
 (0)