mitmproxy/release/docker
Maximilian Hils 8023b22498
Docker: assume uid of who holds permissions (#5550)
* Docker: assume uid of who holds permissions

* add docs
2022-09-08 17:42:09 +00:00
..
docker-entrypoint.sh Docker: assume uid of who holds permissions (#5550) 2022-09-08 17:42:09 +00:00
Dockerfile docker: use Python 3.10 2022-03-19 15:38:30 +01:00
DockerHub-README.md Docker: assume uid of who holds permissions (#5550) 2022-09-08 17:42:09 +00: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 ..