This is a simplistic image containing PostgresSQL11.
The postgres user is authenticated using peer method (for local connections), md5 is used in any other case.
Running database cluster can be accessed on port 5432 using following information
| parameter name | parameter | value |
|---|---|---|
| username | D_USER | 'admin' |
| password | D_PASSWD | 'password' |
| name | D_DATABASE | 'dev' |
In case you are interested (or cautious) about the configuration, want to build the image with custom parameters, or just curious the Dockerfile is hosted on Github.
Content type
Image
Digest
Size
147.1 MB
Last updated
over 5 years ago
docker pull kubistmi/postgresql