Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-23T09:16:30.000Z (about 1 month ago)
- Last Synced: 2024-11-23T10:24:09.165Z (about 1 month ago)
- Topics: cli, docker, pgcli, postgres, postgresql
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/daxart/pgcli
- Size: 13.7 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
```