Docker image for pgadmin3 in Ubuntu 16.04.
1.1K
The docker image to help user who use older Linux distribution, can use the latest pgadmin3 within Ubuntu 16.04 image.
#!/bin/sh
POSTGREDB_DOCKER=osm-postgis
docker run --rm -t -i --link ${POSTGREDB_DOCKER}:pg -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY osmtw/pgadmin3
Content type
Image
Digest
Size
194.1 MB
Last updated
over 10 years ago
docker pull osmtw/pgadmin3