pgAdmin is an open source administration and management tool for the PostgreSQL database
1.1K
pgAdmin is an open source administration and management tool for the PostgreSQL database.
It is Free Software released under the PostgreSQL License.
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.

Content type
Image
Digest
Size
150.8 MB
Last updated
over 9 years ago
docker pull twyn/pgadmin