mitmproxy/release/docker
Maximilian Hils b14f9611f2
fix #6267 (#6270)
2023-07-20 10:45:43 +00:00
..
DockerHub-README.md DockerHub-README.md: reword ambiguous command (#6080) 2023-04-27 08:49:15 +00:00
Dockerfile fix #6267 (#6270) 2023-07-20 10:45:43 +00:00
README.md docker: build from release dir to speed up context sending (#4498) 2021-03-12 07:45:21 +00:00
docker-entrypoint.sh pass signals to mitmproxy in docker-entrypoint.sh (#5920) 2023-02-09 11:43:47 +01: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 ..