mitmproxy icon indicating copy to clipboard operation
mitmproxy copied to clipboard

fix the mounted local storage permission issue for the docker release

Open wisicn opened this issue 2 years ago • 0 comments

Description

add the capability to specific the UID and GID of the local storage which will be mounted to the docker container by -v.

if we don't specify the UID and GID, there will be a lot of issues like Permission denied: '/home/mitmproxy/.mitmproxy/mitmproxy-ca.pem' in this issue #6

wisicn avatar Jun 17 '22 11:06 wisicn

Could you please explain why this is necessary? We do chown -R mitmproxy:mitmproxy ~/.mitmproxy in our entrypoint, which should resolve all permission errors.

mhils avatar Aug 23 '22 09:08 mhils

Superseded by https://github.com/mitmproxy/mitmproxy/pull/5550

mhils avatar Sep 09 '22 15:09 mhils