1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
dockerfiles/polipo
2015-07-13 22:55:21 +08:00
..
docker-compose.yml update 2015-07-13 22:55:21 +08:00
Dockerfile update 2015-07-13 22:40:19 +08:00
README.md update 2015-07-13 22:49:46 +08:00

Polipo — a caching web proxy

Polipo is a small and fast caching web proxy (a web cache, an HTTP proxy, a proxy server). While Polipo was designed to be used by one person or a small group of people, there is nothing that prevents it from being used by a larger group.

docker-compose.yml

polipo:
  image: vimagick/polipo
  command: authCredentials=username:password
  ports:
    - "8123:8123"
  restart: always

server

$ docker-compose up -d

client

$ curl -x http://username:password@server:8123 https://www.youtube.com/