Skip to content

Commit d56935e

Browse files
committedDec 3, 2019
Readme update
1 parent 70c631e commit d56935e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed
 

‎README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@
1414

1515
```go get -u github.com/wendigo/chrome-protocol-proxy```
1616

17+
## Via docker
18+
19+
```docker run -p 9222:9222 wendigo/chrome-protocol-proxy:latest```
20+
21+
### Validate installation
22+
23+
Head to [http://localhost:9222](http://localhost:9222).
24+
1725
# Features
1826
- colored output,
1927
- protocol frames filtering,🖖
@@ -47,7 +55,7 @@
4755
remote address (default "localhost:9222")
4856
-s shorten requests and responses
4957
```
50-
58+
5159
# Demo
5260
[![asciicast](https://asciinema.org/a/113947.png)](https://asciinema.org/a/113947?t=0:04&autoplay=1&speed=0.4)
5361

0 commit comments

Comments
 (0)
Please sign in to comment.