Dockerfile linkslatest, 3.6 (3.6/Dockerfile) based on Alpine 3.6
edge (edge/Dockerfile) based on Alpine Edge
Just Alpine Linux, PgBouncer and tini. Why tini too? see: https://hub.docker.com/r/pygmy/alpine-tini/
Alpine Linux is a Linux distribution built around musl libc and BusyBox. The image is only 5 MB in size and has access to a package repository that is much more complete than other BusyBox based images. This makes Alpine Linux a great image base for utilities and even production applications. Read more about Alpine Linux here and you can see how their mantra fits in right at home with Docker images.
PgBouncer is a lightweight connection pooler (and more) for PostgreSQL.
docker run -it --rm -v /path/to/my/config.ini:/pgbouncer.ini pygmy/pgbouncer
Content type
Image
Digest
Size
2.3 MB
Last updated
over 8 years ago
docker pull pygmy/pgbouncer