Sign inSign up

tunnm/tinyproxy

By tunnm

Updated almost 4 years ago

Tinyproxy is a light-weight HTTP/HTTPS proxy daemon for POSIX operating systems.

Image
Networking
Integration & delivery
Web servers
0

116

tunnm/tinyproxy repository overview

tinyproxy

Tinyproxy is a light-weight HTTP/HTTPS proxy daemon for POSIX operating systems.

dockerhub

https://hub.docker.com/r/tunnm/tinyproxy

docker-compose.yml

version: "3.8"
services:
  tinyproxy:
    container_name: tinyproxy
    image: cpfriend1721994/tinyproxy:latest
    ports:
      - "8888:8888"
    volumes:
      - ./data:/etc/tinyproxy
    restart: unless-stopped

Server Setup

$ docker-compose up -d tinyproxy

Client Setup

$ curl -x https://127.0.0.1:8888 https://ifconfig.co

Tag summary

Content type

Image

Digest

sha256:cda922232

Size

2.7 MB

Last updated

almost 4 years ago

docker pull tunnm/tinyproxy:1.11.1