Sign inSign up

theanurin/pgadmin4

By theanurin

Updated 11 months ago

pgAdmin is the administration and development platform for PostgreSQL

Image
0

10K+

theanurin/pgadmin4 repository overview

Docker Image Version Docker Image Size Docker Pulls Docker Stars GitHub Actions Workflow Status

pgAdmin

pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.

Image reason

  • Changed background color

Spec

Environment variables

  • PGADMIN_BG_COLOR - this variable passes the name of the color to change background color

Expose ports

  • tcp/80 - pgAdmin listening endpoint

Volumes

  • No any volumes

Inside

  • pgAdmin4 v9.8

Launch

docker run --rm -it \
  --env PGADMIN_BG_COLOR='#000fff' \
  --env '[email protected]' \
  --env 'PGADMIN_DEFAULT_PASSWORD=SuperSecret' \
  --env 'PGADMIN_CONFIG_MASTER_PASSWORD_REQUIRED=False' \
  --env 'PGADMIN_CONFIG_SERVER_MODE=False' \
  --publish 8080:80 \
  theanurin/pgadmin4

Support

Tag summary

Content type

Image

Digest

sha256:a6282dbd2

Size

168.8 MB

Last updated

11 months ago

docker pull theanurin/pgadmin4