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 1 month ago
JSON representation
Docker wrapper around psql command
- Host: GitHub
- URL: https://github.com/stefaniuk/docker-psql
- Owner: stefaniuk
- Created: 2018-02-12T16:02:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-15T22:50:58.000Z (over 8 years ago)
- Last Synced: 2025-05-17T02:44:57.876Z (about 1 year ago)
- Topics: docker-image, docker-tool, postgres, psql
- Language: Makefile
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://circleci.com/gh/codeworksio/docker-psql) [](http://microbadger.com/images/codeworksio/psql) [](http://microbadger.com/images/codeworksio/psql) [](http://microbadger.com/images/codeworksio/psql) [](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