mitmproxy/release/docker
Vadim 2261346334
DockerHub-README.md: reword ambiguous command (#6080)
* 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
2023-04-27 08:49:15 +00:00
..
DockerHub-README.md DockerHub-README.md: reword ambiguous command (#6080) 2023-04-27 08:49:15 +00:00
Dockerfile Upgrade to Python 3.11 (#5678) 2022-10-26 11:13:37 +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 ..