Dockerized version of the pgcli tool for postgres.
- Pull the docker image:
docker pull daxart/pgcli
- Run the container:
docker run -it --rm daxart/pgcli postgresql://user:password@host:port/dbname
curl https://raw.githubusercontent.com/daxartio/pgcli-docker/master/docker-compose.yml -o docker-compose.yml
docker-compose run --rm pgcli