Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stefaniuk/docker-psql

Docker wrapper around psql command
https://github.com/stefaniuk/docker-psql

docker-image docker-tool postgres psql

Last synced: about 7 hours ago
JSON representation

Docker wrapper around psql command

Awesome Lists containing this project

README

        

[![Circle CI](https://circleci.com/gh/codeworksio/docker-psql.svg?style=shield "CircleCI")](https://circleci.com/gh/codeworksio/docker-psql) [![Size](https://images.microbadger.com/badges/image/codeworksio/psql.svg)](http://microbadger.com/images/codeworksio/psql) [![Version](https://images.microbadger.com/badges/version/codeworksio/psql.svg)](http://microbadger.com/images/codeworksio/psql) [![Commit](https://images.microbadger.com/badges/commit/codeworksio/psql.svg)](http://microbadger.com/images/codeworksio/psql) [![Docker Hub](https://img.shields.io/docker/pulls/codeworksio/psql.svg)](https://hub.docker.com/r/codeworksio/psql/)

Docker Psql
===========

Docker wrapper around `psql` command.

Installation
------------

Builds of the image are available on [Docker Hub](https://hub.docker.com/r/codeworksio/psql/).

docker pull codeworksio/psql

Alternatively you can build the image yourself.

docker build --tag codeworksio/psql \
github.com/codeworksio/docker-psql

Testing
-------

make build test