Runs pgweb, a web-based PostgreSQL database browser.
Use with --link (postgres as internal hostname), expose port 8080:
docker run --rm -p 8080:8080 --link POSTGRES_CONTAINER:postgres donnex/pgweb
Alt. connect pgweb to an existing docker network, expose port 8080:
docker run --rm -p 8080:8080 --net EXISTING_DOCKER_NETWORK donnex/pgweb
```
Content type
Image
Digest
sha256:79c992efe…
Size
76 MB
Last updated
over 8 years ago
docker pull donnex/pgweb