Sign inSign up

donnex/pgweb

By donnex

Updated over 8 years ago

Image
4

50K+

donnex/pgweb repository overview

docker-pgweb

Runs pgweb, a web-based PostgreSQL database browser.

How to use

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
```

Tag summary

Content type

Image

Digest

sha256:79c992efe

Size

76 MB

Last updated

over 8 years ago

docker pull donnex/pgweb