https://github.com/io-sgr/docker-mitmproxy
Simple and the latest image of mitmproxy
https://github.com/io-sgr/docker-mitmproxy
alpine alpine-image alpine-linux alpine-mitmproxy docker docker-image mitm mitmproxy python python3
Last synced: 2 months ago
JSON representation
Simple and the latest image of mitmproxy
- Host: GitHub
- URL: https://github.com/io-sgr/docker-mitmproxy
- Owner: io-sgr
- License: apache-2.0
- Created: 2017-07-02T08:34:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-02T10:09:57.000Z (almost 9 years ago)
- Last Synced: 2025-10-08T02:30:28.362Z (9 months ago)
- Topics: alpine, alpine-image, alpine-linux, alpine-mitmproxy, docker, docker-image, mitm, mitmproxy, python, python3
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Simple and the latest image of mitmproxy
This repository contains **Dockerfile** of [mitmproxy](https://mitmproxy.org) for [Docker](https://www.docker.com/)'s [automated build](https://hub.docker.com/r/sgrio/mitm/) published to the public [Docker Hub](https://hub.docker.com/).
### Usage
```
docker run -it --rm \
-v ~/.mitmproxy:/root/.mitmproxy \
-p 8080:8080 \
sgrio/mitmproxy mitmproxy
```