Sign inSign up

thedetukov/pgadmin4

By thedetukov

Updated about 3 years ago

Pgadmin4 the most advanced Open Source database.

Image
0

432

thedetukov/pgadmin4 repository overview

Docker Image Version Docker Image Size Docker Pulls Docker Stars

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. pgAdmin4 v7.4

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 - pgadmin4 listening endpoint

Volumes

  • No any volumes

Inside

  • dpage/pgadmin4:7.4

Launch

docker run --rm -it \
  --env PGADMIN_BG_COLOR='#000fff' \
  --env '[email protected]' \
  --env 'PGADMIN_DEFAULT_PASSWORD=SuperSecret' \
  --publish 80:80 \
  thedetukov/pgadmin4:7.4.4

Support

Tag summary

Content type

Image

Digest

sha256:56989a5a1

Size

138.9 MB

Last updated

about 3 years ago

docker pull thedetukov/pgadmin4