A Docker image for PostgreSQL command-line interface (pgcli) tasks.
2.4K
Database Management
This Docker image is built on top of the bsantanna/java-python-dev image and includes pgcli for PostgreSQL database management. It is designed to support database administration and development tasks, providing a consistent and reliable environment.
To run a container using this image and start pgcli, use the following command:
docker run -it --rm bsantanna/pgcli pgcli -p 5432 -h <IP> -U <USER>
Content type
Image
Digest
sha256:35b91ad70…
Size
445 MB
Last updated
6 months ago
docker pull bsantanna/pgcli