Product Docs
Open Source
Education
This image contains the CLI for the pgbouncer connection pooler for PostgreSQL. This image contains the pgbouncer binary and can be used directly.
pgbouncer
The image is available on cgr.dev:
cgr.dev
docker pull cgr.dev/chainguard/pgbouncer:latest
The image can be run directly and sets the pgbouncer tool as the entrypoint:
docker run cgr.dev/chainguard/pgbouncer:latest /usr/bin/pgbouncer is a connection pooler for PostgreSQL. Usage: /usr/bin/pgbouncer [OPTION]... CONFIG_FILE Options: -d, --daemon run in background (as a daemon) -q, --quiet run quietly -R, --reboot do an online reboot -u, --user=USERNAME assume identity of USERNAME -v, --verbose increase verbosity -V, --version show version, then exit -h, --help show this help, then exit Report bugs to <https://github.com/pgbouncer/pgbouncer/issues>. PgBouncer home page: <https://www.pgbouncer.org/>
Note that pgbouncer typically needs a configuration file to run. One is not provided here in the image by default. You can find documentation on how to configure one in the upstream documentation..