Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 6 hours ago
JSON representation

Customised Postgres base image

Awesome Lists containing this project

README

        

[![Circle CI](https://circleci.com/gh/codeworksio/docker-postgres.svg?style=shield "CircleCI")](https://circleci.com/gh/codeworksio/docker-postgres) [![Size](https://images.microbadger.com/badges/image/codeworksio/postgres.svg)](http://microbadger.com/images/codeworksio/postgres) [![Version](https://images.microbadger.com/badges/version/codeworksio/postgres.svg)](http://microbadger.com/images/codeworksio/postgres) [![Commit](https://images.microbadger.com/badges/commit/codeworksio/postgres.svg)](http://microbadger.com/images/codeworksio/postgres) [![Docker Hub](https://img.shields.io/docker/pulls/codeworksio/postgres.svg)](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