openkbs/pgadmin-docker
Postgresql Admin (pgadmin4) docker
241
It will pop up X11 to display pgadmin in Firefox browser.
./run.sh
./guide/pgadmin-dashboard.png
./guide/pgadmin-web-UI.png
./guide/pgadmin-add-server-step-1.png
./guide/pgadmin-add-server-step-2.png
1.) Launch a test PostgreSQL server (login/password as postgres/mysecretpassword) at port 5432. You can change password inside the file "run-postgres.sh" by modify the value of POSTGRES_PASSWORD.
./run-postgres.sh
2.) The above step will start a test PostgreSQL server in the same host you are in now. Then, you just follow the previous section "Connect to existing PostgreSQL Server" guide to set up the connection.
To build your local Docker images (instead of pulling automated pre-built image)
./build.sh
docker pull openkbs/pgadmin-docker