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

https://github.com/illagrenan/psqlclient-alpine

psqlclient Docker Image
https://github.com/illagrenan/psqlclient-alpine

alpine docker docker-image postgres

Last synced: 3 months ago
JSON representation

psqlclient Docker Image

Awesome Lists containing this project

README

          

# psqlclient Docker Image :elephant:+:whale:=:heart_eyes: #

[![Docker Stars](https://img.shields.io/docker/automated/illagrenan/psqlclient-alpine.svg?style=flat-square)](https://hub.docker.com/r/illagrenan/psqlclient-alpine/)
[![Docker Stars](https://img.shields.io/docker/build/illagrenan/psqlclient-alpine.svg?style=flat-square)](https://hub.docker.com/r/illagrenan/psqlclient-alpine/)

**psqlclient-alpine** is a popular, small connection pooler for Postgresql. This is yet another docker image with psqlclient-alpine, based on alpine.

## Run this Image ##

```bash
docker run -d \
--name=psqlclient-alpine \
-e DB_HOST=host.docker.internal \
-e DB_USER=foo \
-e DB_PASSWORD=*** \
-e DB_PORT=5432 \
illagrenan/psqlclient-alpine:latest
```