mitmproxy/release/docker
2022-10-31 18:16:00 +01:00
..
docker-entrypoint.sh properly assume Docker permissions, fix #5700 (#5702) 2022-10-31 18:16:00 +01:00
Dockerfile
DockerHub-README.md
README.md

Build Instructions

  1. Copy mitmproxy-$VERSION-py3-none-any.whl into this directory.
    You can get the latest public release at https://mitmproxy.org/downloads/.
  2. Replace $VERSION with your mitmproxy version and run docker build --build-arg MITMPROXY_WHEEL=mitmproxy-$VERSION-py3-none-any.whl ..