Sign inSign up

fenglc/pgadmin4

By fenglc

Updated over 8 years ago

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

Image
47

1M+

fenglc/pgadmin4 repository overview

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 use this image

In order to run a container with our image, execute:

docker run --name some-pgadmin4 \
           --link some-postgres:postgres \
           -p 5050:5050 \
           -d fenglc/pgadmin4

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

Use default administrator account to log in:

Screenshot

dashboard

Environment Variables

  • DEFAULT_USER

default '[email protected]'

  • DEFAULT_PASSWORD

default 'admin'

  • MAIL_SERVER

default 'localhost'

default 25

  • MAIL_USE_SSL

default False

  • MAIL_USE_TLS

default False

  • MAIL_USERNAME

default None

  • MAIL_PASSWORD

default None

Open source

Building from source

If you want to build and run your own version locally:

  • Clone this repository.
  • Build your own version of the Docker image.
License

Refer to the LICENSE file (MIT License).

Tag summary

Content type

Image

Digest

Size

346.2 MB

Last updated

over 8 years ago

docker pull fenglc/pgadmin4