Sign inSign up

bwowk/browsermob-proxy

By bwowk

Updated over 6 years ago

BrowserMob Proxy Running on standalone mode

Image
2

100K+

bwowk/browsermob-proxy repository overview

BrowserMob Proxy Standalone

This container runs Browsermob Proxy on standalone mode, which can be manipulated via it's REST API

Image Details

Interacting with the REST API

Start the container, binding desired ports:

docker run -p 58080:8080 -p 58200:8200 bwowk/browsermob-proxy

Start a Proxy Server on desired port:

curl -X POST -d 'port=8200' http://localhost:58080/proxy

Test the Proxy Server:

curl -I -x localhost:58200 www.docker.com

For API reference check the documentation

Tag summary

Content type

Image

Digest

Size

78.4 MB

Last updated

over 6 years ago

docker pull bwowk/browsermob-proxy