Download the 9.4.0 source, compile it, and install into /usr/local/pgsql/bin. The default mount point for the database is /var/local/pgsql/data. This doesn't start the database, only prepares the environment (including a postgres user and group).
docker run -p 5432:5432 -it --rm tacodata/postgresdev /bin/bash
You will need to start postgres as well.
Content type
Image
Digest
sha256:f44807347…
Size
369.1 MB
Last updated
almost 11 years ago
docker pull tacodata/postgresdev