Skip to content

Commit c71f08c

Browse files
committed
add readme
1 parent bac0ebf commit c71f08c

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
[BrowserMob Proxy](https://hub.docker.com/r/vgrygoruk/browsermob-proxy/) docker image repo.
2+
3+
![Automated](https://img.shields.io/docker/automated/vgrygoruk/browsermob-proxy.svg)
4+
![Status](https://img.shields.io/docker/build/vgrygoruk/browsermob-proxy.svg)
5+
![Pulls](https://img.shields.io/docker/pulls/vgrygoruk/browsermob-proxy.svg)
6+
[![](https://images.microbadger.com/badges/image/vgrygoruk/browsermob-proxy.svg)](https://microbadger.com/images/vgrygoruk/browsermob-proxy)
7+
8+
More about BrowserMob Proxy here:
9+
10+
- [https://bmp.lightbody.net/](https://bmp.lightbody.net/)
11+
- [https://github.com/lightbody/browsermob-proxy](https://github.com/lightbody/browsermob-proxy)
12+
13+
14+
## Usage
15+
16+
With defaults:
17+
18+
```
19+
docker run -it -p 8080-8581:8080-8581 vgrygoruk/browsermobproxy
20+
```
21+
22+
With bmp CLI args:
23+
24+
```
25+
docker run -it -p 8080-8180:8080-8180 vgrygoruk/browsermobproxy -ttl 60 --port 8080 --proxyPortRange 8081-8180
26+
```

0 commit comments

Comments
 (0)