https://github.com/stefaniuk/docker-postgres-from-codeworksio
Customised Postgres base image
https://github.com/stefaniuk/docker-postgres-from-codeworksio
docker-image postgres
Last synced: 2 months ago
JSON representation
Customised Postgres base image
- Host: GitHub
- URL: https://github.com/stefaniuk/docker-postgres-from-codeworksio
- Owner: stefaniuk
- Created: 2018-01-30T20:56:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-12T19:55:14.000Z (over 8 years ago)
- Last Synced: 2025-06-16T06:47:20.246Z (about 1 year ago)
- Topics: docker-image, postgres
- Language: Shell
- Homepage:
- Size: 12.7 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-postgres) [](http://microbadger.com/images/codeworksio/postgres) [](http://microbadger.com/images/codeworksio/postgres) [](http://microbadger.com/images/codeworksio/postgres) [](https://hub.docker.com/r/codeworksio/postgres/)
Docker Postgres
===============
Customised Postgres base image.
Installation
------------
Builds of the image are available on [Docker Hub](https://hub.docker.com/r/codeworksio/postgres/).
docker pull codeworksio/postgres
Alternatively you can build the image yourself.
docker build --tag codeworksio/postgres \
github.com/codeworksio/docker-postgres
Testing
-------
make build test