Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmaier/docker-postgresql-client
Run the PostgreSQL Client (psql) within a docker container. Excellent for Kubernetes Init Containers
https://github.com/tmaier/docker-postgresql-client
Last synced: 28 days ago
JSON representation
Run the PostgreSQL Client (psql) within a docker container. Excellent for Kubernetes Init Containers
- Host: GitHub
- URL: https://github.com/tmaier/docker-postgresql-client
- Owner: tmaier
- License: mit
- Created: 2017-12-26T14:38:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-22T08:36:05.000Z (over 3 years ago)
- Last Synced: 2024-08-03T22:19:19.274Z (3 months ago)
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 7
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - tmaier/docker-postgresql-client - Run the PostgreSQL Client (psql) within a docker container. Excellent for Kubernetes Init Containers (Dockerfile)
README
# Postgres Client within a small Docker Container
[![Docker Automated buil](https://img.shields.io/docker/automated/tmaier/postgresql-client.svg)](https://hub.docker.com/r/tmaier/postgresql-client/)
[![Docker Pulls](https://img.shields.io/docker/pulls/tmaier/postgresql-client.svg)](https://hub.docker.com/r/tmaier/postgresql-client/)
[![GitHub issues](https://img.shields.io/github/issues/tmaier/docker-postgresql-client.svg)](https://github.com/tmaier/docker-postgresql-client/issues)
[![GitHub stars](https://img.shields.io/github/stars/tmaier/docker-postgresql-client.svg?style=social&label=Star)](https://github.com/tmaier/docker-postgresql-client)Recommended for usage within a [Kubernetes Init Container](https://kubernetes.io/docs/concepts/workloads/pods/init-containers/)
Wait before starting the application till the database is up and running.