allan-simon / postgres-eatmydata

PostgreSQL wrapped in eatmydata for speed during development & test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Postgres-Eatmydata

This wraps the upstream postgres images in eatmydata, which significantly speeds up the database, AT THE EXPENSE OF WELL, EATING YOUR DATA.

Useful for running tests, development, but rather not for production.

Apart from this, nothing differs to the upstream docker images.

Tags

We currently build images for PostgreSQL 10 and 11. The "latest" tag currently points to version 11. You can use them by referring to the corresponding tags:

docker pull adfinissygroup/postgres-eatmydata:10
docker pull adfinissygroup/postgres-eatmydata:11
docker pull adfinissygroup/postgres-eatmydata:latest

About

PostgreSQL wrapped in eatmydata for speed during development & test


Languages

Language:Dockerfile 100.0%