dockerfiles/tinyproxy
kev 82143a5b63 swith to new domain: easypi.pro 2017-05-08 07:05:07 +08:00
..
Dockerfile swith to new domain: easypi.pro 2017-05-08 07:05:07 +08:00
README.md add tinyproxy 2016-11-05 22:13:17 +08:00
docker-compose.yml add tinyproxy 2016-11-05 22:13:17 +08:00

tinyproxy

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

docker-compose.yml

tinyproxy:
  image: vimagick/tinyproxy
  ports:
    - "8888:8888"
  restart: always

Server Setup

$ docker-compose up -d

Client Setup

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