https://github.com/martinussuherman/alpine-tz-ep-pound
Docker image for Pound, using Alpine Linux as base image.
https://github.com/martinussuherman/alpine-tz-ep-pound
docker docker-image dockerfile pound
Last synced: about 1 month ago
JSON representation
Docker image for Pound, using Alpine Linux as base image.
- Host: GitHub
- URL: https://github.com/martinussuherman/alpine-tz-ep-pound
- Owner: martinussuherman
- Created: 2018-03-02T06:38:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-12T05:28:29.000Z (almost 7 years ago)
- Last Synced: 2025-02-15T02:25:29.558Z (3 months ago)
- Topics: docker, docker-image, dockerfile, pound
- Language: Dockerfile
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# martinussuherman/alpine-tz-ep-pound
Docker image for Pound, the SSL proxy and load-balancer, using [Alpine Linux](https://alpinelinux.org/) as base image.
This project builds and ships Pound as a Docker image. Pound is a reverse-proxy load balancing server by [Apsis Gmbh](http://www.apsis.ch/pound). It accepts requests from HTTP/HTTPS clients and distributes them to one or more Web servers. The HTTPS requests are decrypted and passed to the back-ends as plain HTTP.
This docker image is based on a [customized Alpine Linux Docker Image](https://hub.docker.com/martinussuherman/alpine-tz-ep/) which provides a tiny base image. The full container is less than 5 megabytes.
You might use [the sample pound configuration file](https://raw.githubusercontent.com/martinussuherman/alpine-tz-ep-pound/master/sample-pound.cfg) as a starting point.