We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 016b5c1 commit 0ae35e3Copy full SHA for 0ae35e3
1 file changed
README.md
@@ -0,0 +1,20 @@
1
+# docker-browsermob-proxy
2
+Dockerfile to build container with Browsermob Proxy
3
+Current version: 2.1.1
4
+
5
+Default options:
6
+Browsermob Proxy Port: 9090
7
+Proxy Port Range: 39500-39999
8
+TTL Timeout (shutdown innactive proxy): 600 sec
9
10
+How to run:
11
12
+`docker run -d -p 9090:9090 -p 39500-39999:39500:39999 --name bmp qautomatron/docker-browsermob-proxy`
13
14
+If you want to set your options, you can pass Enviroment Variables:
15
+`-e BMP_PORT=9090`
16
+`-e PORT_RANGE=39500-39999`
17
+`-e TTL=600`
18
19
+Example:
20
+`docker run -d -p 9080:9080 -p 5555-5560:5555-5560 -e BMP_PORT=9080 -e PORT_RANGE=39500-39999 --name bmp qautomatron/docker-browsermob-proxy`
0 commit comments