Sign inSign up

twyn/pgadmin

By twyn

Updated over 9 years ago

pgAdmin is an open source administration and management tool for the PostgreSQL database

Image
0

1.1K

twyn/pgadmin repository overview

docker-pgadmin

What is pgAdmin?

pgAdmin is an open source administration and management tool for the PostgreSQL database.

It is Free Software released under the PostgreSQL License.

How to Build

Setup an env-file containing

CSRF_SECRET=SuperSecret
COOKIE_SECRET=SuperSecret2
PASSWORD_SALT_SECRET=SuperSecret3

then

docker run -i -t --rm --privileged=true -v ~/docker/pgadmin/data:/root/.pgadmin --env-file ./env.list --name pgadmin -p 5050:5050 twyn/pgadmin

Enter initial credentials.

Then you can hit http://localhost:5050 or http://host-ip:5050 in your browser.

Screenshot

dashboard

Tag summary

Content type

Image

Digest

Size

150.8 MB

Last updated

over 9 years ago

docker pull twyn/pgadmin