Sign inSign up

horngyih/dockerized-pgcli

By horngyih

Updated over 8 years ago

Dockerized execution of the PGCLI command-line interface

Image
0

232

horngyih/dockerized-pgcli repository overview

Dockerized-pgcli

This repository is created to store the Dockerfile to create a dockerized instance of the pgcli tool.

The container produced is meant to be used to install and run pgcli locally, and the entry point for the container is the pgcli command-line interface.

Example for use:-

docker run -it --rm horngyih/pgcli:latest pgcli <arguments>

docker run -it --rm horngyih/pgcli:latest pgcli -U username -W -d db_name -h db_host

For more information on the pgcli tool:- pgcli

Tag summary

Content type

Image

Digest

Size

211.2 MB

Last updated

over 8 years ago

docker pull horngyih/dockerized-pgcli