Sign inSign up

kubistmi/postgresql

By kubistmi

Updated over 5 years ago

A simple PostgreSQL11 container.

Image
1

1.9K

kubistmi/postgresql repository overview

This is a simplistic image containing PostgresSQL11.

Authentication

The postgres user is authenticated using peer method (for local connections), md5 is used in any other case.

Deafult access

Running database cluster can be accessed on port 5432 using following information

parameter nameparametervalue
usernameD_USER'admin'
passwordD_PASSWD'password'
nameD_DATABASE'dev'

Dockerfile

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.

Tag summary

Content type

Image

Digest

Size

147.1 MB

Last updated

over 5 years ago

docker pull kubistmi/postgresql