Skip to content

Docker images for PostgreSQL instances using non-durable settings for integration testing

License

Notifications You must be signed in to change notification settings

m-martinez/docker-postgres-nondurable

Repository files navigation

PostgreSQL Non-Durable Docker Images

Non-durable settings are usually desired for application integration testing with a Postgres database so that tests can run significantly faster. This project is intented for building Docker images for PostgreSQL database containers with non-durable settings enabled.

When creating the container, ensure that the data volume /var/lib/postgresql/data is mountied using tmpfs

For more information about non-durable settings see:

For more information about the official PostgreSQL docker images see:

Acknowledgement

This repository was inspired by the way the offical Docker images for Postgres and Python are generated.

About

Docker images for PostgreSQL instances using non-durable settings for integration testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages