mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
* DockerHub-README.md: reword ambiguous command Being unfamiliar with the docker options, I thought the square brackets could be part of the command. Instead, they refer to the sentence *after* the command, that is, they meant "optionally". To remove the ambiguity, I put into onto different lines with an explanation. * DockerHub-README.md: reword again, -v by default - only leave the command with -v as an example - grammar - httpS link |
||
|---|---|---|
| .. | ||
| docker-entrypoint.sh | ||
| Dockerfile | ||
| DockerHub-README.md | ||
| README.md | ||
Build Instructions
- Copy
mitmproxy-$VERSION-py3-none-any.whlinto this directory.
You can get the latest public release at https://mitmproxy.org/downloads/. - Replace $VERSION with your mitmproxy version and
run
docker build --build-arg MITMPROXY_WHEEL=mitmproxy-$VERSION-py3-none-any.whl ..