Dockerfile to create a Docker container image for PostgreSQL.
PostgreSQL is an object-relational database management system (ORDBMS) with an emphasis on extensibility and standards-compliance [source].
The image is based on Debian Jessie.
This repo is a fork of sameersbn/docker-postgresql.
Before reporting your issue please try updating Docker to the latest version and check if it resolves the issue. Refer to the Docker installation guide for instructions.
SELinux users should try disabling SELinux using the command setenforce 0 to see if it resolves the issue.
If the above recommendations do not help then report your issue along with the following information:
docker vers6 and docker info commandsdocker run command or docker-compose.yml used to start the image. Mask out the sensitive bits.Automated builds of the image are available on Dockerhub and is the recommended method of installation.
docker pull voxbox/postgresql:latest
Alternatively you can build the image yourself.
docker build -t voxbox/postgresql github.com/matteolc/docker-jessie-postgresql
The following arguments are supported:
Use the sample docker-compose.yml files in the examples folder to start the container using Docker Compose*
All examples use named volumes (not bind mounts). You can change the local driver to a more performant one, such as overlay.
The examples folder contains scripts that automate the deploy process.
For debugging and maintenance purposes you may want access the containers shell. If you are using Docker version 1.3.0 or higher you can access a running containers shell by starting bash using docker exec against the running container.
Content type
Image
Digest
Size
120.5 MB
Last updated
about 9 years ago
docker pull voxbox/postgres