Skip to content

Docker container running BrowserMob Proxy in standalone mode

License

Notifications You must be signed in to change notification settings

deepminimal/docker-browsermob-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

BrowserMob Proxy Standalone

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

Image Details

  • Base image: java:8-jre-alpine
  • Exposed ports:
    • 8080: REST API
    • 8081-8200: Proxy server instances

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

About

Docker container running BrowserMob Proxy in standalone mode

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 100.0%