mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
Ensure mitmproxy uses /home/mitmproxy/.mitmproxy as the config directory even if the mapped volume is owned by host root, preventing fallback to /root/.mitmproxy and CA file regeneration on redeploy. Add `HOME` env confdir in entrypoint to enforce this behavior. Fixes mitmproxy/mitmproxy#7597 |
||
|---|---|---|
| .. | ||
| docker-entrypoint.sh | ||
| Dockerfile | ||
| DockerHub-README.md | ||
| README.md | ||
Build Instructions
- Copy
mitmproxy-$VERSION-py3-none-any.whlinto this directory.
You can get the latest public release at https://mitmproxy.org/downloads/. - Run
docker build ..