Sign inSign up

diegogo/pgadmin3

By diegogo

Updated about 9 years ago

Instancia gráfica para pgadmin3

Image
0

1.1K

diegogo/pgadmin3 repository overview

Primero ejecutar la insancia de postgres

docker run --name basePostgres \ -e POSTGRES_USER=<usuario> \ -e POSTGRES_PASSWORD=123456 \ -d postgres

Ejecutar pgadmin3

docker run --rm --name pgadmin --link postgres:postgres \ -v /tmp/.X11-unix:/tmp/.X11-unix \ -e DISPLAY=unix$DISPLAY \ diegogo/pgadmin3

  • host: <usuario>
  • port: 5432

username: <usuario> password: 123456

Reference-credits https://hub.docker.com/r/mdouchement/pgadmin3/

Tag summary

Content type

Image

Digest

Size

108.2 MB

Last updated

about 9 years ago

docker pull diegogo/pgadmin3:1.20.0