An open API service indexing awesome lists of open source software.

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

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
```