https://github.com/jjuarez/postgresql-client
The minimal Docker image to have a PosgreSQL client
https://github.com/jjuarez/postgresql-client
docker postgresql testing
Last synced: 2 months ago
JSON representation
The minimal Docker image to have a PosgreSQL client
- Host: GitHub
- URL: https://github.com/jjuarez/postgresql-client
- Owner: jjuarez
- Created: 2019-09-06T12:55:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-06T13:32:02.000Z (almost 7 years ago)
- Last Synced: 2025-02-14T17:11:51.506Z (over 1 year ago)
- Topics: docker, postgresql, testing
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PostgreSQL client
This is the minimal Docker image to have a PosgreSQL client running:
* Build on top of `alpine` base image
* Really small footprint
## Usage example
```bash
docker run --rm --name PosgreSQLClient -it jjuarez/postgresql-client:latest postgresql://user:password@host:5432/db
```