tinyproxy (1.0.0)
Published 2025-01-06 22:32:30 +08:00 by laily
Installation
docker pull git.yumee.top/image/tinyproxy:1.0.0sha256:de9f5aa8dec01fae94aa5d82923bf411e0602d2132ac32467b794e5ecb444491
Image Layers
| ADD file:f278386b0cef68136129f5f58c52445590a417b624d62bca158d4dc926c340df in / |
| CMD ["/bin/sh"] |
| MAINTAINER kev <noreply@easypi.pro> |
| RUN /bin/sh -c set -xe && apk add --no-cache tinyproxy && sed -i -e '/^Allow /s/^/#/' -e '/^ConnectPort /s/^/#/' -e '/^#DisableViaHeader /s/^#//' /etc/tinyproxy/tinyproxy.conf # buildkit |
| VOLUME [/etc/tinyproxy] |
| EXPOSE map[8888/tcp:{}] |
| CMD ["tinyproxy" "-d"] |