Skip to content

Files

Latest commit

author
Frederic Gingras
Mar 9, 2015
098e946 · Mar 9, 2015

History

History
21 lines (16 loc) · 554 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 554 Bytes

PostgreSQL docker image based on Alpine Linux

This repo builds a docker image that accepts the same env vars as the official postgres build but with a much smaller footprint. It achieves that by basing itself off the great alpine docker image by GliderLabs.

Why?

$ docker images
REPOSITORY          TAG         VIRTUAL SIZE
alpine-postgres     latest      27.7 MB
postgres            latest      213.9 MB

Build

$ make build