https://github.com/dweinstein/dockerfile-mitmproxy
https://github.com/dweinstein/dockerfile-mitmproxy
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dweinstein/dockerfile-mitmproxy
- Owner: dweinstein
- License: mit
- Created: 2015-04-21T21:52:04.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-22T17:22:50.000Z (about 10 years ago)
- Last Synced: 2025-01-12T03:27:46.679Z (4 months ago)
- Size: 316 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SYNOPSIS
mitmproxy dockerfile.
# USAGE
Public image on [registry](https://registry.hub.docker.com/u/dweinstein/mitmproxy/)
```bash
docker pull dweinstein/mitmproxy
docker run -p 8080:8080 dweinstein/mitmproxy mitmdump
https_proxy=http://dockerip:8080 curl -k https://www.google.com```
