illagrenan / pgbouncer

Docker container with the latest release of pgbouncer (https://pgbouncer.github.io/)

Home Page:https://hub.docker.com/r/illagrenan/pgbouncer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pgbouncer Docker Image :elephant:+:whale:=:heart_eyes:

Docker Stars Docker Stars

pgbouncer is a popular, small connection pooler for Postgresql. This is yet another docker image with pgbouncer, based on alpine.

Run this Image

docker run -d \ 
  --name=pgbouncer \
  -e DB_HOST=host.docker.internal \
  -e DB_USER=foo \
  -e DB_PASSWORD=*** \
  -e DB_PORT=5432 \
  illagrenan/pgbouncer:latest

Links

About

Docker container with the latest release of pgbouncer (https://pgbouncer.github.io/)

https://hub.docker.com/r/illagrenan/pgbouncer/


Languages

Language:Shell 80.5%Language:Dockerfile 19.5%