mitmproxy/release/docker
2021-11-16 12:49:12 +01:00
..
docker-entrypoint.sh
Dockerfile Use the slim base image for container (#4889) 2021-11-16 12:49:12 +01:00
DockerHub-README.md bump docker 2021-10-20 19:57:21 +02:00
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 ..