Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Docker Container With pgCLI

pgCLI is a command line interface for Postgres with auto-completion and syntax highlighting.

I liked the tool but wanted to put it in a container so i did not have to bother installing it and keeping my machine up to date with the latest version.

Check out their website for further details https://www.pgcli.com/

Build

docker build -t mattdevdba/pgcli .

Run

docker run -it mattdevdba/pgcli /bin/bash
pgcli [OPTIONS]

Run Example

docker run -it mattdevdba/pgcli /bin/bash
pgcli -h localhost -u postgres

Docker Hub

https://hub.docker.com/r/mattdevdba/docker-pgcli

About

Docker container with pgcli installed

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages