mitmproxy/release/docker
2021-04-05 10:20:52 +02:00
..
docker-entrypoint.sh docker: build from release dir to speed up context sending (#4498) 2021-03-12 07:45:21 +00:00
Dockerfile Copy examples into Docker image (#4447) 2021-04-05 10:20:52 +02:00
DockerHub-README.md master branch -> main branch 2021-03-30 15:30:45 +02:00
README.md docker: build from release dir to speed up context sending (#4498) 2021-03-12 07:45:21 +00:00

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