When I try running mitmproxy
Docker container on Windows bash
, I get an error message that the Docker daemon isn't running. How can I get it to run?
docker run --rm -it -p 8080:8080 mitmproxy/mitmproxy
docker: Cannot connect to the Docker daemon. Is the docker daemon running on this host?.