https://github.com/daxartio/pgcli-docker
Dockerized version of the pgcli tool for postgres
https://github.com/daxartio/pgcli-docker
cli docker pgcli postgres postgresql
Last synced: 1 day ago
JSON representation
Dockerized version of the pgcli tool for postgres
- Host: GitHub
- URL: https://github.com/daxartio/pgcli-docker
- Owner: daxartio
- License: mit
- Created: 2023-01-03T17:55:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-24T23:57:51.000Z (about 1 year ago)
- Last Synced: 2025-06-01T08:02:57.698Z (11 months ago)
- Topics: cli, docker, pgcli, postgres, postgresql
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/daxart/pgcli
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pgcli-docker
Dockerized version of the pgcli tool for postgres.
## Quick usage
1. Pull the docker image: `docker pull daxart/pgcli`
2. Run the container: `docker run -it --rm daxart/pgcli postgresql://user:password@host:port/dbname`
### Start with docker compose
```bash
curl https://raw.githubusercontent.com/daxartio/pgcli-docker/master/docker-compose.yml -o docker-compose.yml
docker-compose run --rm pgcli
```