Skip to content

Latest commit

 

History

History
 
 

pgbouncer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

pgbouncer

Status stable
OCI Reference cgr.dev/chainguard/pgbouncer

This image contains the CLI for the pgbouncer connection pooler for PostgreSQL. This image contains the pgbouncer binary and can be used directly.

Get It!

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/pgbouncer:latest

Use It!

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..