2261346334
* 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 |
||
---|---|---|
.. | ||
DockerHub-README.md | ||
Dockerfile | ||
README.md | ||
docker-entrypoint.sh |
README.md
Build Instructions
- Copy
mitmproxy-$VERSION-py3-none-any.whl
into 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 .
.