Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.