docker run --name basePostgres \
-e POSTGRES_USER=<usuario> \
-e POSTGRES_PASSWORD=123456 \
-d postgres
docker run --rm --name pgadmin
--link postgres:postgres \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-e DISPLAY=unix$DISPLAY \
diegogo/pgadmin3
<usuario>5432username: <usuario>
password: 123456
Reference-credits https://hub.docker.com/r/mdouchement/pgadmin3/
Content type
Image
Digest
Size
108.2 MB
Last updated
about 9 years ago
docker pull diegogo/pgadmin3:1.20.0